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 name = "Make Sound"
|
||||||
set category = "Abilities"
|
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
|
return
|
||||||
|
|
||||||
if(usr && !sound_time)
|
if(usr && !sound_time)
|
||||||
|
|||||||
6
html/changelogs/doxxmedearly - eough-oh.yml
Normal file
6
html/changelogs/doxxmedearly - eough-oh.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
author: Doxxmedearly
|
||||||
|
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
changes:
|
||||||
|
- bugfix: "Animals no longer can make noises when dead or unconscious."
|
||||||
Reference in New Issue
Block a user