Testing hypnoquirk

This commit is contained in:
Fermi
2019-06-17 12:47:23 +01:00
parent 59469fae2e
commit d092dd1da0
4 changed files with 16 additions and 7 deletions

View File

@@ -313,3 +313,11 @@
emote_hear = list("meows.", "mews.")
emote_see = list("looks at you eagerly for pets!", "wiggles enthusiastically.")
gold_core_spawnable = NO_SPAWN
/mob/living/simple_animal/pet/cat/custom_cat/death(gibbed)
if (src.mind && !name == "White cat") //secret cat chem
icon_state = "custom_cat_dead"
Stun(1000)
canmove = 0
else
..()