Merge pull request #1154 from Giacomand/blobtweaks3

Made tweaks to blob based on feedback.
This commit is contained in:
Cheridan
2013-08-14 22:28:50 -07:00
10 changed files with 27 additions and 27 deletions
@@ -207,7 +207,7 @@
show_message("\red The blob attacks you!")
var/dam_zone = pick("chest", "l_hand", "r_hand", "l_leg", "r_leg")
var/datum/limb/affecting = get_organ(ran_zone(dam_zone))
apply_damage(rand(30,40), BRUTE, affecting, run_armor_check(affecting, "melee"))
apply_damage(rand(20,30), BRUTE, affecting, run_armor_check(affecting, "melee"))
return
/mob/living/carbon/human/meteorhit(O as obj)