From 774a4fafddf84f2987f3941602cdbde53d5bc236 Mon Sep 17 00:00:00 2001 From: Jordie Date: Sun, 27 Oct 2013 04:17:51 +1100 Subject: [PATCH] Removed duplicate var + faster movement --- code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm index 164c68d2420..a5010f019fe 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm @@ -5,7 +5,7 @@ icon_living = "bat" icon_dead = "bat_dead" icon_gib = "bat_dead" - turns_per_move = 5 + turns_per_move = 1 response_help = "brushes aside" response_disarm = "flails at" response_harm = "hits" @@ -14,7 +14,6 @@ stop_automated_movement_when_pulled = 0 maxHealth = 15 health = 15 - turns_per_move = 5 see_in_dark = 10 harm_intent_damage = 6 melee_damage_lower = 6