From ee167534261ba7bc756210003a4bf3346432d361 Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 15 Jul 2021 19:49:37 -0300 Subject: [PATCH] Make that 35 actually --- hyperstation/code/mobs/mimic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index 9d15a2a8..3b8ca031 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -7,8 +7,8 @@ icon_dead = "mimic_dead" gender = NEUTER speak_chance = 0 - maxHealth = 33 - health = 33 + maxHealth = 35 + health = 35 turns_per_move = 5 move_to_delay = 1 speed = 0