From 50f1c3845f5801ddee70571b77ceb7ff6028da5c Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sat, 11 Jan 2020 01:53:41 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/aliens/synx.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/aliens/synx.dm b/code/modules/mob/living/simple_animal/aliens/synx.dm index fdac0e432a..e13f6ae971 100644 --- a/code/modules/mob/living/simple_animal/aliens/synx.dm +++ b/code/modules/mob/living/simple_animal/aliens/synx.dm @@ -668,7 +668,7 @@ speak_chance = 0 // If the mob's saylist is empty, nothing will happen. wander = TRUE base_wander_delay = 3 - autopilot = FALSE //As the ghost in this shell you only control the voices. + autopilot = TRUE //As the ghost in this shell you only control the voices. wander_when_pulled = TRUE outmatched_threshold = 100 //pussy flee_when_outmatched = TRUE