Allows Lycans to wear Neck Items (#5679)

## About The Pull Request
It's a simple one line change that allows the Lycan species to wear
items on the neck. This also means that neck items won't be dropped upon
transformation.

A few things this PR also enables for clarity:
1. You can wear any piece of neck clothing, which means cloaks and
collars (even the NSFW ones) are now kept on you if you transform into
an Lycan.
2. ~~Allows Acolyte Lycans to be anti-magic collar'd, making it so the
collar is still on post-transformation...~~ Cursekin transformation is
inhibited by the collar.
3. ...and also allows Acolyte Lycans to wear a neck focus.
## Why It's Good For The Game
Customization, and NSFW shenanigans. 

When it comes to Acolytes it's also a balance question but I figured
that the base Lycan isn't really that strong on its own, so them having
access to a focus ~~while also patching the issue of using the TF button
to just yeet your collar for free as a cursekin~~ isn't that much of a
powercreep.
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>
<img width="194" height="204" alt="stays on"
src="https://github.com/user-attachments/assets/8fcb88e1-beba-44ee-87e2-0cef20b0c0d2"
/>

<img width="813" height="530" alt="lycan"
src="https://github.com/user-attachments/assets/34e645bf-17bd-4e12-87be-80f84fcfd50f"
/>
The item stays on after the transformation.
</details>

## Changelog
🆑
balance: lycans can wear neck items
/🆑
This commit is contained in:
HometownFunky
2026-05-26 21:35:57 +02:00
committed by GitHub
parent b3dc644735
commit 2f199592ee
@@ -48,7 +48,7 @@
TRAIT_FAST_METABOLISM,
)
no_equip_flags = ITEM_SLOT_ICLOTHING | ITEM_SLOT_OCLOTHING | ITEM_SLOT_GLOVES | ITEM_SLOT_FEET | ITEM_SLOT_SUITSTORE | ITEM_SLOT_BACK | ITEM_SLOT_BELT | ITEM_SLOT_EARS | ITEM_SLOT_HEAD | ITEM_SLOT_MASK | ITEM_SLOT_EYES | ITEM_SLOT_BACK | ITEM_SLOT_NECK
no_equip_flags = ITEM_SLOT_ICLOTHING | ITEM_SLOT_OCLOTHING | ITEM_SLOT_GLOVES | ITEM_SLOT_FEET | ITEM_SLOT_SUITSTORE | ITEM_SLOT_BACK | ITEM_SLOT_BELT | ITEM_SLOT_EARS | ITEM_SLOT_HEAD | ITEM_SLOT_MASK | ITEM_SLOT_EYES | ITEM_SLOT_BACK
always_customizable = TRUE
sort_bottom = TRUE