Corrects two instances where neckerchief was misspelled. (#96821)

## About The Pull Request

This corrects two instances, namely in neckerchief untying, where the
object in question was misspelled as "neckerch**ei**f" instead of
"neckerch**ie**f".

## Why It's Good For The Game

Things should be spelled correctly.

## Changelog
🆑
spellcheck: When untying a neckerchief, the item in question will no
longer be misspelled as "neckercheif".
/🆑
This commit is contained in:
sergeirocks100
2026-07-07 09:25:39 +02:00
committed by GitHub
parent e092c2d9a3
commit 3e402f8949
+1 -1
View File
@@ -80,7 +80,7 @@
slot_flags = initial(slot_flags)
worn_y_offset = initial(worn_y_offset)
transform = initial(transform)
user.visible_message(span_notice("[user] unties the neckercheif."), span_notice("You untie the neckercheif."))
user.visible_message(span_notice("[user] unties the neckerchief."), span_notice("You untie the neckerchief."))
flags_inv = initial(flags_inv)
flags_cover = initial(flags_cover)
return CLICK_ACTION_SUCCESS