From e843bcc0d6e99d86920c0ee7586d7ab163f579e5 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 19 Feb 2019 10:46:42 +0100 Subject: [PATCH] Seed grown symxes insta die Game why are you treating them like dinae stop --- code/modules/hydroponics/seed.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/hydroponics/seed.dm b/code/modules/hydroponics/seed.dm index 5c6053aba4..ac553aa049 100644 --- a/code/modules/hydroponics/seed.dm +++ b/code/modules/hydroponics/seed.dm @@ -731,6 +731,8 @@ //Handle spawning in living, mobile products (like dionaea). if(istype(product,/mob/living)) product.visible_message("The pod disgorges [product]!") + if(istype(product,/mob/living/simple_animal/retaliate/synx)) //CHOMPEDIT trying to make it not kill synxes + return handle_living_product(product) // When the seed in this machine mutates/is modified, the tray seed value