From e4aa6384d1d0558fa4e4f5903ea96a6c82d547a9 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 15 Feb 2019 03:43:49 +0100 Subject: [PATCH 1/2] Trying to fix AI issue with holo mob --- code/modules/mob/living/simple_animal/animals/synx.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index db0863b72e..c5fc96aaf7 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -384,7 +384,7 @@ mob/living/simple_animal/synx/PunchTarget() swallowTime = 10 SECONDS //Much more time to run /mob/living/simple_animal/retaliate/synx/pet/holo/New() - set_light() //hologram lighting + set_light(3, 3, "#CC00CC") //hologram lighting /mob/living/simple_animal/retaliate/synx/pet/greed From de63c8c79fbb7b4335b7a3c3bf34312c6f4ea7eb Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 15 Feb 2019 04:11:34 +0100 Subject: [PATCH 2/2] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index c5fc96aaf7..c26899ebf2 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -369,6 +369,7 @@ mob/living/simple_animal/synx/PunchTarget() icon_dead = "synx_hardlight_dead" icon_gib = null alpha = 127 + speak = list("SX System Online") faction = "Station"//Can be safely bapped with newspaper. melee_damage_lower = 0 //Holos do no damage melee_damage_upper = 0