diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm index 658a66afee..8dbbbb8f93 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm @@ -396,15 +396,14 @@ catto.name = H.name catto.desc = "A cute catto! They remind you of [H] somehow." catto.color = "#[H.dna.features["mcolor"]]" - catto.health = 1000 //To simulate fake death, while preventing ghosts escaping. H.forceMove(catto) log_game("FERMICHEM: [H] ckey: [H.key] has been made into a cute catto.") //Just to deal with rascally ghosts - ADD_TRAIT(catto, TRAIT_NODEATH, "catto") + ADD_TRAIT(catto, TRAIT_NODEATH, "catto")//doesn't work + catto.health = 1000 //To simulate fake death, while preventing ghosts escaping. /datum/reagent/fermi/secretcatchem/on_mob_life(mob/living/carbon/H) if(catto.health <= 950) //So the dead can't ghost - //catto.revive(full_heal = 1) catto.icon_state = "custom_cat_dead" catto.Stun(1000) catto.canmove = 0