mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Fix a couple places that might cause belly emotes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user