From d2a2735b0c49251ccb0c9ee855f7103581a942ce Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:05:47 +0300 Subject: [PATCH] Revert "[S] removes the shuttle call for the Wireweed" (#1554) (#2496) Revert "[S] removes the shuttle call for the Wireweed (#1547)" This reverts commit 73741f5b0dfa956244ac75cd5fd29063a328cd76. Co-authored-by: SomeRandomOwl <2568378+SomeRandomOwl@users.noreply.github.com> Co-authored-by: ReezeBL --- .../modules/space_ruin_specifics/code/fleshmind_controller.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_nova/modules/space_ruin_specifics/code/fleshmind_controller.dm b/modular_nova/modules/space_ruin_specifics/code/fleshmind_controller.dm index 79b4bfd957c..9a206e5c5a3 100644 --- a/modular_nova/modules/space_ruin_specifics/code/fleshmind_controller.dm +++ b/modular_nova/modules/space_ruin_specifics/code/fleshmind_controller.dm @@ -113,6 +113,7 @@ START_PROCESSING(SScorruption, src) if(do_initial_expansion) initial_expansion() + SSshuttle.registerHostileEnvironment(src) return /datum/fleshmind_controller/proc/register_new_asset(obj/structure/fleshmind/new_asset)