Comments.

This commit is contained in:
Fermi
2019-06-16 13:34:38 +01:00
parent c2b9c0321d
commit 4614235f75
@@ -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