12 lines
344 B
Plaintext
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
|