mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Merge pull request #927 from Fox-McCloud/fall-balance
Broken/Removed Limbs Falling Balance
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
stance_damage = 0
|
||||
|
||||
// standing is poor
|
||||
if(stance_damage >= 4 || (stance_damage >= 2 && prob(5)))
|
||||
if(stance_damage >= 4)
|
||||
if(!(lying || resting))
|
||||
if(species && !(species.flags & NO_PAIN))
|
||||
emote("scream")
|
||||
|
||||
Reference in New Issue
Block a user