removes if statement adds return

This commit is contained in:
Birdtalon
2018-11-19 14:04:51 +00:00
parent 0a115cbcc3
commit b195aa5fa1
+2 -3
View File
@@ -312,9 +312,8 @@ GLOBAL_LIST_EMPTY(safes)
/obj/structure/safe/Destroy()
GLOB.safes -= src
if(drill?.soundloop)
drill.soundloop.stop()
..()
drill?.soundloop?.stop()
return ..()
/obj/structure/safe/process()
if(drill_timer)