diff --git a/modular_citadel/code/datums/mood_events/generic_negative_events.dm b/modular_citadel/code/datums/mood_events/generic_negative_events.dm index 1f1aa3739f..cc7e714819 100644 --- a/modular_citadel/code/datums/mood_events/generic_negative_events.dm +++ b/modular_citadel/code/datums/mood_events/generic_negative_events.dm @@ -1,11 +1,11 @@ // Citadel-specific negative moodlets /datum/mood_event/plushjack - description = "I have butchered the plush recently.\n" + description = "I have butchered a plush recently.\n" mood_change = -1 timeout = 1200 /datum/mood_event/plush_nostuffing - description = "A plush i tried to pet had no stuffing...\n" + description = "A plush I tried to pet had no stuffing...\n" mood_change = -1 timeout = 1200 diff --git a/modular_citadel/code/datums/mood_events/generic_positive_events.dm b/modular_citadel/code/datums/mood_events/generic_positive_events.dm index 04f626c3cf..40df233fbf 100644 --- a/modular_citadel/code/datums/mood_events/generic_positive_events.dm +++ b/modular_citadel/code/datums/mood_events/generic_positive_events.dm @@ -6,16 +6,16 @@ timeout = 1200 /datum/mood_event/hugbox - description = "I hugged box of hugs recently.\n" + description = "I hugged a box of hugs recently.\n" mood_change = 1 timeout = 1200 /datum/mood_event/plushpet - description = "I have petted plush recently.\n" + description = "I pet a plush recently.\n" mood_change = 1 timeout = 3000 /datum/mood_event/plushplay - description = "I played with plushes recently.\n" + description = "I've played with plushes recently.\n" mood_change = 3 timeout = 3000