mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
[SPEED MERGE NEEDED] removes cat (#47999)
This commit is contained in:
committed by
Rob Bailey
parent
ff444890a3
commit
345d2bf607
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user