mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Dead schlorrgos can't eough (#10967)
This commit is contained in:
@@ -635,7 +635,7 @@ mob/living/simple_animal/bullet_act(var/obj/item/projectile/Proj)
|
||||
set name = "Make Sound"
|
||||
set category = "Abilities"
|
||||
|
||||
if((usr && usr.stat == DEAD) || !make_sound)
|
||||
if(stat || !make_sound) //Can't make noise if there's no noise or if you're unconscious/dead
|
||||
return
|
||||
|
||||
if(usr && !sound_time)
|
||||
|
||||
Reference in New Issue
Block a user