mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes #6591
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user