Damage standardisation for hulk punch

This commit is contained in:
oranges
2015-12-13 21:53:30 +13:00
parent ed03ffd21b
commit fc58a3d31c
@@ -32,7 +32,7 @@
/mob/living/carbon/alien/humanoid/attack_hulk(mob/living/carbon/human/user)
if(user.a_intent == "harm")
..(user, 1)
adjustBruteLoss(14 + rand(1,9))
adjustBruteLoss(15)
var/hitverb = "punched"
if(mob_size < MOB_SIZE_LARGE)
Paralyse(1)
@@ -157,4 +157,4 @@ proc/alien_type_present(var/alienpath)
if(!A.key || A.stat == DEAD) //Only living aliens with a ckey are valid.
continue
return 1
return 0
return 0