Files
GS13NG/modular_citadel/code/datums/mood_events/generic_negative_events.dm
T
2018-03-13 15:38:33 +03:00

12 lines
344 B
Plaintext

// Citadel-specific negative moodlets
/datum/mood_event/plushjack
description = "<span class='warning'>I have butchered a plush recently.</span>\n"
mood_change = -1
timeout = 1200
/datum/mood_event/plush_nostuffing
description = "<span class='warning'>A plush I tried to pet had no stuffing...</span>\n"
mood_change = -1
timeout = 1200