From 03fd84addc1054cf3f22c581306c2e9053567e69 Mon Sep 17 00:00:00 2001 From: gem <99297919+SleepyGemmy@users.noreply.github.com> Date: Sun, 27 Feb 2022 12:14:43 +0100 Subject: [PATCH] Pax Custom Item Typo Fix (#13281) --- code/modules/customitems/item_defines.dm | 4 ++-- html/changelogs/pax_custom_item_typo.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/pax_custom_item_typo.yml diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 7253b6faa27..0d4560555a0 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -2020,9 +2020,9 @@ All custom items with worn sprites must follow the contained sprite system: http item_state = "rajjurl_gloves" contained_sprite = TRUE -/obj/item/storage/backpack/fluff/pax_bag //Alqaana Backpack - Ka'Akaix'Pax C'thur - desven +/obj/item/storage/backpack/fluff/pax_bag // Alqaana Backpack - Ka'Akaix'Pax C'thur - desven name = "Alqaana backpack" - desc = "Known for her extravagant concerts, Alqaana is one of few idols that have draw inspiration from Solarian classical music over more contemporary skrellian genres. This is her, in bag form!" + desc = "Known for her extravagant concerts, Alqaana is one of the few idols that have drawn inspiration from Solarian classical music over more contemporary skrellian genres. This is her, in bag form!" icon = 'icons/obj/custom_items/pax_bag.dmi' icon_override = 'icons/obj/custom_items/pax_bag.dmi' icon_state = "pax_bag" diff --git a/html/changelogs/pax_custom_item_typo.yml b/html/changelogs/pax_custom_item_typo.yml new file mode 100644 index 00000000000..7b231378658 --- /dev/null +++ b/html/changelogs/pax_custom_item_typo.yml @@ -0,0 +1,6 @@ +author: SleepyGem + +delete-after: True + +changes: + - bugfix: "Fixes a typo in Ka'Akaix'Pax C'thur's custom item's description." \ No newline at end of file