From 092a500d3dc2e57aba8612c39fdd203d822396d2 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:38:52 +0100 Subject: [PATCH] Disabling poisonining on 939 Almost forgot this --- code/modules/mob/living/simple_animal/aliens/synx.dm | 4 +++- 1 file changed, 3 insertions(+), 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 cc0574392c..e3f8ce5a7a 100644 --- a/code/modules/mob/living/simple_animal/aliens/synx.dm +++ b/code/modules/mob/living/simple_animal/aliens/synx.dm @@ -828,6 +828,8 @@ This includes the sprites of the below Mob which are based upon SCP 939. name = "Unknown" desc = "It's a red canine looking creature." tt_desc = "Unknown Alien Lifeform" + + poison_chance = 0 //no poison, ai_holder_type = /datum/ai_holder/simple_mob/scp say_list_type = /datum/say_list/malf_drone @@ -837,4 +839,4 @@ This includes the sprites of the below Mob which are based upon SCP 939. icon_dead = "939_dead" #undef SYNX_LOWER_DAMAGE -#undef SYNX_UPPER_DAMAGE \ No newline at end of file +#undef SYNX_UPPER_DAMAGE