From 903c0412791107a0020fb2c22fc1d4d75faa598c Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Mon, 21 Sep 2015 03:23:23 -0500 Subject: [PATCH] Slightly less damage for the punchghost --- code/modules/mob/living/simple_animal/guardian/guardian.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/guardian/guardian.dm b/code/modules/mob/living/simple_animal/guardian/guardian.dm index 468ac480eab..68b2b8386da 100644 --- a/code/modules/mob/living/simple_animal/guardian/guardian.dm +++ b/code/modules/mob/living/simple_animal/guardian/guardian.dm @@ -190,8 +190,8 @@ //Standard /mob/living/simple_animal/hostile/guardian/punch - melee_damage_lower = 25 - melee_damage_upper = 25 + melee_damage_lower = 20 + melee_damage_upper = 20 damage_transfer = 0.5 playstyle_string = "As a standard type you have no special abilities, but have a high damage resistance and a powerful attack capable of smashing through walls." environment_smash = 2