Found the "the floor" message admin!

This commit is contained in:
Thalpy
2019-06-26 19:40:46 +01:00
parent afe43070a0
commit a2a5bbdb11
4 changed files with 3 additions and 6 deletions

View File

@@ -316,14 +316,11 @@
var/pseudo_death = FALSE
/mob/living/simple_animal/pet/cat/custom_cat/death()
message_admins("dedcat")
if (pseudo_death == TRUE) //secret cat chem
icon_state = "custom_cat_dead"
Stun(1000)
canmove = 0
message_admins("dedcat")
friendly = "deads at"
return
else
message_admins("deddercat")
..()