From 988d5fd5582ff6a90044739e723e756c13b28420 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Fri, 7 Sep 2018 16:05:51 -0400 Subject: [PATCH] NPC Space Pirate Heath Buff 100 -> 115 For the away mission --- code/modules/mob/living/simple_animal/hostile/pirate.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/pirate.dm b/code/modules/mob/living/simple_animal/hostile/pirate.dm index f76357de1b..4791a74527 100644 --- a/code/modules/mob/living/simple_animal/hostile/pirate.dm +++ b/code/modules/mob/living/simple_animal/hostile/pirate.dm @@ -12,8 +12,8 @@ response_disarm = "shoves" response_harm = "hits" speed = 0 - maxHealth = 100 - health = 100 + maxHealth = 115 + health = 115 spacewalk = TRUE harm_intent_damage = 5