B for Bad Grammar

This commit is contained in:
Anonymous
2018-03-13 15:38:33 +03:00
parent f3f0a06c57
commit b20984af89
2 changed files with 5 additions and 5 deletions
@@ -1,11 +1,11 @@
// Citadel-specific negative moodlets
/datum/mood_event/plushjack
description = "<span class='warning'>I have butchered the plush recently.</span>\n"
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"
description = "<span class='warning'>A plush I tried to pet had no stuffing...</span>\n"
mood_change = -1
timeout = 1200
@@ -6,16 +6,16 @@
timeout = 1200
/datum/mood_event/hugbox
description = "<span class='nicegreen'>I hugged box of hugs recently.</span>\n"
description = "<span class='nicegreen'>I hugged a box of hugs recently.</span>\n"
mood_change = 1
timeout = 1200
/datum/mood_event/plushpet
description = "<span class='nicegreen'>I have petted plush recently.</span>\n"
description = "<span class='nicegreen'>I pet a plush recently.</span>\n"
mood_change = 1
timeout = 3000
/datum/mood_event/plushplay
description = "<span class='nicegreen'>I played with plushes recently.</span>\n"
description = "<span class='nicegreen'>I've played with plushes recently.</span>\n"
mood_change = 3
timeout = 3000