[SPEED MERGE NEEDED] removes cat (#47999)

This commit is contained in:
pireamaineach
2019-11-26 12:35:25 +00:00
committed by Rob Bailey
parent ff444890a3
commit 345d2bf607
13 changed files with 3 additions and 225 deletions

View File

@@ -76,14 +76,6 @@
mood_change = -2
timeout = 2 MINUTES
/datum/mood_event/table/add_effects()
if(isfelinid(owner))
var/mob/living/carbon/human/H = owner
H.dna.species.start_wagging_tail(H)
addtimer(CALLBACK(H.dna.species, /datum/species.proc/stop_wagging_tail, H), 30)
description = "<span class='nicegreen'>They want to play on the table!</span>\n"
mood_change = 2
/datum/mood_event/table_headsmash
description = "<span class='warning'>My fucking head, that hurt...</span>"
mood_change = -3