Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 23ecf1c

Browse files
Fixes pod computers not unlocking on red+ security levels (#22617)
1 parent 21d92d8 commit 23ecf1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/shuttle/emergency.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@
497497

498498
/obj/machinery/computer/shuttle/pod/Initialize(mapload, obj/item/circuitboard/C)
499499
AddElement(/datum/element/update_icon_blocker)
500+
RegisterSignal(SSsecurity_level, COMSIG_SECURITY_LEVEL_CHANGED, PROC_REF(update_security_level))
500501
return ..()
501502

502503
/obj/machinery/computer/shuttle/pod/proc/update_security_level(_, datum/security_level/new_level)

0 commit comments

Comments
 (0)