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
🆑
spellcheck: The birthday moodlet's description is now gramatically
correct.
/🆑
This commit is contained in:
Thunder12345
2023-03-12 12:08:20 -04:00
committed by GitHub
parent 5d8a85615d
commit 66c244c1c7
@@ -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