Fix a couple places that might cause belly emotes

This commit is contained in:
Aronai Sieyes
2021-05-15 10:58:26 -04:00
parent 3b8018b4be
commit a29a081d3e
4 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -419,7 +419,7 @@
if(affecting.take_damage(0, removed * power * 0.1))
H.UpdateDamageIcon()
if(prob(100 * removed / meltdose)) // Applies disfigurement
if (affecting.organ_can_feel_pain())
if (affecting.organ_can_feel_pain() && !isbelly(loc)) //VOREStation Add
H.emote("scream")
H.status_flags |= DISFIGURED
else