Removes excessive groaning from unconscious mobs. (#9455)

This commit is contained in:
Matt Atlas
2020-07-25 14:30:41 +02:00
committed by GitHub
parent 5d5c725ec0
commit 725cb16b06
2 changed files with 41 additions and 4 deletions
@@ -756,10 +756,6 @@
if(prob(2) && health && !failed_last_breath && !isSynthetic())
if(!paralysis)
emote("snore")
else
emote("groan")
//CONSCIOUS
else if(!in_stasis)