mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 04:56:29 +01:00
Seed grown symxes insta die
Game why are you treating them like dinae stop
This commit is contained in:
@@ -731,6 +731,8 @@
|
||||
//Handle spawning in living, mobile products (like dionaea).
|
||||
if(istype(product,/mob/living))
|
||||
product.visible_message("<span class='notice'>The pod disgorges [product]!</span>")
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user