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