From 01347034f1c32059f894401784a2a0e0204cd30d Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:26:45 +0200 Subject: [PATCH] spellcheck --- code/modules/clothing/neck/_neck.dm | 2 +- code/modules/clothing/under/accessories.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 13115f909812..3f431df81ccb 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -436,6 +436,6 @@ /obj/item/clothing/neck/fangnecklace name = "wolf fang necklace" - desc = "A necklace made out of a wolf's fang and some sinew. According to a common Frontier superstition, it brings good luck to it's wearer." + desc = "A necklace made out of a wolf's fang and some sinew. According to a common Frontier superstition, it brings good luck to its wearer." icon_state = "fang_necklace" cuttable = FALSE diff --git a/code/modules/clothing/under/accessories.dm b/code/modules/clothing/under/accessories.dm index f6c8f6762be0..f7710d52a12d 100644 --- a/code/modules/clothing/under/accessories.dm +++ b/code/modules/clothing/under/accessories.dm @@ -383,7 +383,7 @@ /obj/item/clothing/accessory/bonearmlet name = "bone armlet" - desc = "An armlet made out of animal bone and sinew. According to a common Frontier superstition, it brings good luck to it's wearer." + desc = "An armlet made out of animal bone and sinew. According to a common Frontier superstition, it brings good luck to its wearer." icon_state = "bone_armlet" attachment_slot = ARMS above_suit = TRUE