Fix door crush bug

This commit is contained in:
Markolie
2015-09-22 04:07:09 +02:00
parent 727e1271b0
commit 91e1d7a516
+3 -2
View File
@@ -929,8 +929,9 @@ About the new airlock wires panel:
operating = 0
air_update_turf(1)
update_freelok_sight()
if(locate(/mob/living) in get_turf(src))
open()
if(safe)
if(locate(/mob/living) in get_turf(src))
open()
return