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
@@ -399,15 +399,17 @@
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")//doesn't work
catto.health = 1000 //To simulate fake death, while preventing ghosts escaping.
//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.icon_state = "custom_cat_dead"
catto.Stun(1000)
catto.canmove = 0
else if(prob(5))
*/
if(prob(5))
playsound(get_turf(catto), 'modular_citadel/sound/voice/merowr.ogg', 50, 1, -1)
catto.say("lets out a meowrowr!*")
..()
@@ -34,7 +34,7 @@
if(!I)
user.put_in_active_hand(src)
/obj/item/FermiChem/pHbooklet/MouseDrop(atom/over_object, mob/user)
/obj/item/FermiChem/pHbooklet/MouseDrop(atom/over_object, mob/living/user)
if(numberOfPages >= 1)
var/obj/item/FermiChem/pHpaper/P = new /obj/item/FermiChem/pHpaper
P.add_fingerprint(user)