From d7ae085af5bdbf52a562bb1fca3dfcd2cceae379 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:54:30 +0100 Subject: [PATCH] Haha funny decimal I forgor (#24871) --- .../mob/living/simple_animal/hostile/terror_spiders/prince.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/prince.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/prince.dm index 6af2eade562..dae3abfb64f 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/prince.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/prince.dm @@ -23,7 +23,7 @@ maxHealth = 600 // 30 laser shots health = 600 regen_points_per_hp = 6 // double the normal - IE halved regen speed - move_to_delay = 3 + move_to_delay = 3.5 speed = 0.5 melee_damage_lower = 30 melee_damage_upper = 40