From ea91958b230543ef79884afaceaae73cf61db2df Mon Sep 17 00:00:00 2001 From: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:15:52 +0100 Subject: [PATCH] Improves the Europa Flagpatch Description's Syntax (#18444) --- code/modules/clothing/suits/modular_armor.dm | 3 +-- html/changelogs/SleepyGemmy-europa_flagpatch.yml | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/SleepyGemmy-europa_flagpatch.yml diff --git a/code/modules/clothing/suits/modular_armor.dm b/code/modules/clothing/suits/modular_armor.dm index cb7f39c8c25..12fd5c72038 100644 --- a/code/modules/clothing/suits/modular_armor.dm +++ b/code/modules/clothing/suits/modular_armor.dm @@ -534,8 +534,7 @@ /obj/item/clothing/accessory/flagpatch/europa name = "europa flagpatch" - desc = "A flagpatch representing Europa. It is a common tradition that no one can place the origin of to make these patches out of waterproof fabric then carry \ - them on a dive before displaying them on one's clothes in order to gain good luck." + desc = "A flagpatch representing Europa. It is a common tradition, which nobody really knows the origin of, to make these patches out of waterproof fabric then carry them on a dive, before displaying them on one's own clothes in order to gain good luck." icon_state = "flagpatch_europa" item_state = "flagpatch_europa" diff --git a/html/changelogs/SleepyGemmy-europa_flagpatch.yml b/html/changelogs/SleepyGemmy-europa_flagpatch.yml new file mode 100644 index 00000000000..808cfbb413a --- /dev/null +++ b/html/changelogs/SleepyGemmy-europa_flagpatch.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - spellcheck: "Improved the Europa flagpatch description's syntax."