From b8043dc80707f563c77ec66856a208fe0f244a5f Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sun, 27 Jan 2019 03:34:56 -0500 Subject: [PATCH] [Ready] Buffs Cayenne the carp (#7956) * buffs Cayenne the carp * woops >_< --- code/modules/mob/living/simple_animal/hostile/carp.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/carp.dm b/code/modules/mob/living/simple_animal/hostile/carp.dm index 41644ec234..be9b435a18 100644 --- a/code/modules/mob/living/simple_animal/hostile/carp.dm +++ b/code/modules/mob/living/simple_animal/hostile/carp.dm @@ -93,8 +93,15 @@ desc = "A failed Syndicate experiment in weaponized space carp technology, it now serves as a lovable mascot." gender = FEMALE speak_emote = list("squeaks") + maxHealth = 90 + health = 90 gold_core_spawnable = NO_SPAWN faction = list(ROLE_SYNDICATE) AIStatus = AI_OFF + harm_intent_damage = 12 + obj_damage = 70 + melee_damage_lower = 15 + melee_damage_upper = 18 + #undef REGENERATION_DELAY