This commit is contained in:
GinjaNinja32
2014-10-04 18:23:29 +01:00
parent 24d43ef509
commit a1c12bdaab

View File

@@ -51,11 +51,12 @@
sleep(50)
close()
return
var/mob/M = AM // we've returned by here if M is not a mob
if (!( ticker ))
return
if (src.operating)
return
if (src.density && src.allowed(AM))
if (src.density && !M.small && src.allowed(AM))
open()
if(src.check_access(null))
sleep(50)