From 3a2b2e6ea9f805840bf2745a7010e9d63927ac7b Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 16 Feb 2014 19:41:56 -0500 Subject: [PATCH] Nerf weeping angel power by 50% due to new functionality --- .../modules/mob/living/simple_animal/hostile/statue.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/statue.dm b/code/modules/mob/living/simple_animal/hostile/statue.dm index 5caf9f7fe0f..f5fa6677b4e 100644 --- a/code/modules/mob/living/simple_animal/hostile/statue.dm +++ b/code/modules/mob/living/simple_animal/hostile/statue.dm @@ -14,12 +14,12 @@ response_disarm = "pushes" speed = -1 - maxHealth = 2500 - health = 2500 + maxHealth = 1250 + health = 1250 - harm_intent_damage = 70 - melee_damage_lower = 68 - melee_damage_upper = 83 + harm_intent_damage = 35 + melee_damage_lower = 34 + melee_damage_upper = 42 attacktext = "claws" attack_sound = 'sound/hallucinations/growl1.ogg'