mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
Merge pull request #3158 from Anewbe/fbp_screams
FBPs should no longer scream when they collapse
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
if(affecting.take_damage(0, removed * power * 0.1))
|
||||
H.UpdateDamageIcon()
|
||||
if(prob(100 * removed / meltdose)) // Applies disfigurement
|
||||
if (affecting.can_feel_pain())
|
||||
if (affecting.organ_can_feel_pain())
|
||||
H.emote("scream")
|
||||
H.status_flags |= DISFIGURED
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user