Merge pull request #10274 from Birdtalon/safepatch

Fixes safe runtime upon deletion
This commit is contained in:
variableundefined
2018-11-19 22:43:09 +08:00
committed by GitHub
+1 -1
View File
@@ -312,7 +312,7 @@ GLOBAL_LIST_EMPTY(safes)
/obj/structure/safe/Destroy()
GLOB.safes -= src
drill.soundloop.stop()
drill?.soundloop?.stop()
return ..()
/obj/structure/safe/process()