Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-time-display
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed Jan 31, 2025
2 parents 5ae534c + 6a4e6f1 commit 612d56e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/influences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
/obj/effect/visible_heretic_influence/Initialize(mapload)
. = ..()
addtimer(CALLBACK(src, PROC_REF(show_presence)), 15 SECONDS)
AddComponent(/datum/component/fishing_spot, GLOB.preset_fish_sources[/datum/fish_source/dimensional_rift])
// AddComponent(/datum/component/fishing_spot, GLOB.preset_fish_sources[/datum/fish_source/dimensional_rift]) // BANDASTATION REMOVAL

var/image/silicon_image = image('icons/effects/eldritch.dmi', src, null, OBJ_LAYER)
silicon_image.override = TRUE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/hydroponics/hydroponics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
AddComponent(/datum/component/simple_rotation)
AddComponent(/datum/component/plumbing/hydroponics)
AddComponent(/datum/component/usb_port, list(/obj/item/circuit_component/hydroponics))
AddComponent(/datum/component/fishing_spot, /datum/fish_source/hydro_tray)
// AddComponent(/datum/component/fishing_spot, /datum/fish_source/hydro_tray) // BANDASTATION REMOVAL

/obj/machinery/hydroponics/constructable/RefreshParts()
. = ..()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/surgery/organ_manipulation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if(HAS_TRAIT(target, TRAIT_FISHING_SPOT))
return

target.AddComponent(/datum/component/fishing_spot, /datum/fish_source/surgery)
// target.AddComponent(/datum/component/fishing_spot, /datum/fish_source/surgery) // BANDASTATION REMOVAL

/datum/surgery/organ_manipulation/Destroy()
if(QDELETED(target) || !HAS_TRAIT(target, TRAIT_FISHING_SPOT))
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/bandastation/AutoChangeLog-pr-1113.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "AyIong"
delete-after: True
changes:
- rscdel: "Вырезаны максимально абсурдные места для рыбалки: Рифты еретика, трупы и гидропоники"

0 comments on commit 612d56e

Please sign in to comment.