From 61fad3f3de0fbd16e3e772d6f3f2fc6cbb091507 Mon Sep 17 00:00:00 2001 From: Dip Date: Fri, 23 Oct 2020 19:18:03 -0300 Subject: [PATCH] debuff carps, dormammu has not accepted bargain --- code/modules/mob/living/simple_animal/hostile/carp.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/carp.dm b/code/modules/mob/living/simple_animal/hostile/carp.dm index a8ea6ff7..2a3170f0 100644 --- a/code/modules/mob/living/simple_animal/hostile/carp.dm +++ b/code/modules/mob/living/simple_animal/hostile/carp.dm @@ -17,8 +17,8 @@ emote_taunt = list("gnashes") taunt_chance = 30 speed = 0 - maxHealth = 35 - health = 35 + maxHealth = 25 + health = 25 spacewalk = TRUE harm_intent_damage = 8 obj_damage = 50