mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Refactor incapacitated optional arguments (#63771)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
egged = world.time + SNAKE_SPAM_TICKS
|
||||
for(var/mob/living/L in alerted)
|
||||
if(!L.stat)
|
||||
if(!L.incapacitated(ignore_restraints = 1))
|
||||
if(!L.incapacitated(IGNORE_RESTRAINTS))
|
||||
L.face_atom(src)
|
||||
L.do_alert_animation()
|
||||
playsound(loc, 'sound/machines/chime.ogg', 50, FALSE, -5)
|
||||
|
||||
Reference in New Issue
Block a user