Dismemberment Tweaks

This commit is contained in:
Fox-McCloud
2015-08-09 22:11:37 -04:00
parent 48ee6f34aa
commit deafc93baa
5 changed files with 5 additions and 42 deletions
@@ -25,7 +25,7 @@
// Only make the limb drop if it's not too damaged
if(prob(100 - E.get_damage()))
// Override the current limb status and don't cause an explosion
E.droplimb(1,pick(DROPLIMB_EDGE,DROPLIMB_BLUNT))
E.droplimb(DROPLIMB_EDGE)
if(!(species.flags & IS_SYNTHETIC))
flick("gibbed-h", animation)