mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
removes if statement adds return
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user