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