From 66c244c1c75d6783a96beacee7ccc9ae50c1912c Mon Sep 17 00:00:00 2001 From: Thunder12345 Date: Sun, 12 Mar 2023 16:08:20 +0000 Subject: [PATCH] Fixes a Critical Spelling Issue (#73913) ## About The Pull Request Its my birthday! --> It's my birthday! ## Why It's Good For The Game Bad grammar makes us look unprofessional. ## Changelog :cl: spellcheck: The birthday moodlet's description is now gramatically correct. /:cl: --- code/datums/mood_events/generic_positive_events.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mood_events/generic_positive_events.dm b/code/datums/mood_events/generic_positive_events.dm index 7e1d927ef91..ebac71a6d4c 100644 --- a/code/datums/mood_events/generic_positive_events.dm +++ b/code/datums/mood_events/generic_positive_events.dm @@ -355,7 +355,7 @@ timeout = 2 MINUTES /datum/mood_event/birthday - description = "Its my birthday!" + description = "It's my birthday!" mood_change = 2 special_screen_obj = "birthday" special_screen_replace = FALSE