Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Jun 20, 2024
1 parent a8cd1f5 commit 0134703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/neck/_neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion code/modules/clothing/under/accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0134703

Please sign in to comment.