From 573671ea8bd215a4e22897253d929745bffceb85 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 18:24:09 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index b257018384..f67a760a2e 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -25,7 +25,7 @@ maxHealth = 150 health = 150 turns_per_move = 5 //Should just affect how often it wanders, subject to change. - speed = -2 //Re enabled custom speed + speed = 2 //Re enabled custom speed see_in_dark = 6 stop_when_pulled = 0 armor = list( // will be determined @@ -299,13 +299,13 @@ mob/living/simple_animal/synx/PunchTarget() status_flags &= ~HIDING reset_plane_and_layer() to_chat(src,"You have stopped hiding.") - speed = -3 + speed = 2 else status_flags |= HIDING layer = HIDING_LAYER //Just above cables with their 2.44 plane = OBJ_PLANE to_chat(src,"You are now hiding.") - speed = 2 + speed = 4 /mob/living/simple_animal/retaliate/synx/proc/disguise() set name = "Toggle Form"