Update door.dm

This commit is contained in:
kevinz000
2020-01-25 05:49:38 -07:00
committed by GitHub
parent b8a0d0545f
commit 9ba6984f4f
+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()