From d07ca40d7622c59214205934fecc7659c3a1dfae Mon Sep 17 00:00:00 2001 From: Praveen Shinde <107350270+PraveenShinde3@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:00:22 +0530 Subject: [PATCH] Fix: Typos with a crowbar and a sign #22033 (#22034) --- code/game/objects/structures/signs.dm | 2 +- code/modules/customitems/item_defines.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 2e39d4baf34..fc6f3a71154 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -187,7 +187,7 @@ /obj/structure/sign/greencross name = "medbay" - desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here.'" + desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here." icon_state = "greencross" /obj/structure/sign/goldenplaque diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 9e9ff89b022..65b6e2676d6 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -158,7 +158,7 @@ /obj/item/crowbar/fluff/zelda_creedy_1 // Zomgponies: Griffin Rowley name = "Zelda's Crowbar" - desc = "A pink crow bar that has an engraving that reads, 'To Zelda. Love always, Dawn'" + desc = "A pink crowbar that has an engraving that reads, 'To Zelda. Love always, Dawn'" icon = 'icons/obj/custom_items.dmi' icon_state = "zeldacrowbar" item_state = "crowbar"