Merge pull request #10711 from Citadel-Station-13/kevinz000-patch-8

buffs door crushing
This commit is contained in:
Ghom
2020-01-27 05:38:59 +01:00
committed by GitHub
+2 -3
View File
@@ -288,9 +288,10 @@
return
operating = TRUE
do_animate("closing")
layer = closingLayer
if(!safe)
crush()
sleep(5)
density = TRUE
sleep(5)
@@ -302,8 +303,6 @@
update_freelook_sight()
if(safe)
CheckForMobs()
else
crush()
return 1
/obj/machinery/door/proc/CheckForMobs()