From 5e32a20a4f78725bd6907b35a6487c3215eff416 Mon Sep 17 00:00:00 2001 From: forest2001 <41653574+realforest2001@users.noreply.github.com> Date: Sun, 3 Dec 2023 09:21:09 +0000 Subject: [PATCH] Update code/game/turfs/walls/wall_types.dm Co-authored-by: fira --- code/game/turfs/walls/wall_types.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm index 1b4363251e9b..d9ae6fd8e6fc 100644 --- a/code/game/turfs/walls/wall_types.dm +++ b/code/game/turfs/walls/wall_types.dm @@ -73,6 +73,7 @@ RegisterSignal(SSdcs, COMSIG_GLOB_HIJACK_IMPACTED, PROC_REF(de_hull)) /turf/closed/wall/almayer/reinforced/temphull/proc/de_hull() + SIGNAL_HANDLER hull = FALSE desc = "A highly reinforced metal wall used to separate rooms and make up the ship. It has been weakened by a great impact."