From 08db7cde495ed5137d4cf5a2cb85375d0fd2613b Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sun, 14 May 2017 15:06:21 +0100 Subject: [PATCH] Fixe typos with cowboy items --- code/modules/clothing/head/misc.dm | 4 ++-- code/modules/clothing/under/accessories/accessory.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index a3d68c8dd32..5ddb28359e6 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -198,7 +198,7 @@ name = "black cowboy hat" icon_state = "cowboyhat_black" item_state = "cowboyhat_black" - desc = "This station aint big enough for the two ah' us." + desc = "This station ain't big enough for the two ah' us." /obj/item/clothing/head/cowboyhat/white name = "white cowboy hat" @@ -447,4 +447,4 @@ /obj/item/clothing/head/crown/fancy name = "magnificent crown" desc = "A crown worn by only the highest emperors of the land." - icon_state = "fancycrown" \ No newline at end of file + icon_state = "fancycrown" diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index 2d5126f273d..2cf6bf3d12c 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -398,7 +398,7 @@ /obj/item/clothing/accessory/cowboyshirt/short_sleeved name = "shortsleeved black cowboy shirt" - desc = "For when it's a hot day in the west. ooks like it can clip on to a uniform." + desc = "For when it's a hot day in the west. Looks like it can clip on to a uniform." icon_state = "cowboyshirt_s" item_state = "cowboyshirt_s" item_color = "cowboyshirt_s" @@ -409,7 +409,7 @@ /obj/item/clothing/accessory/cowboyshirt/white name = "white cowboy shirt" - desc = "For the rancher in us all. oks like it can clip on to a uniform." + desc = "For the rancher in us all. Looks like it can clip on to a uniform." icon_state = "cowboyshirt_white" item_state = "cowboyshirt_white" item_color = "cowboyshirt_white"