HONKputer fixes, should be able to be fully built and deconstructed now

This commit is contained in:
ZomgPonies
2013-09-12 09:51:49 -04:00
parent 9827f7d02f
commit 3484cf6512
3 changed files with 31 additions and 14 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
if(body_part != UPPER_TORSO && body_part != LOWER_TORSO) //as hilarious as it is, getting hit on the chest too much shouldn't effectively gib you.
if(config.limbs_can_break && brute_dam >= max_damage * config.organ_health_multiplier)
if(body_part != HEAD)
if ( (sharp && prob(8 * brute)) || (brute > 20 && prob(3 * brute)) )
if ( (sharp && prob(8 * brute)) || (brute > 20 && prob(2 * brute)) )
droplimb(1)
return
else if( (sharp && prob(5 * brute)) || (brute > 20 && prob(2 * brute)) )