fixes head loadout (#21014)

* Please describe the intent of your changes in a clear fashion.
* Please make sure that, in the case of mapping changes, you include
images of these changes in the PR's description.
* Please make sure to mark your PR as wip or review required by making a
comment with !wip or !review required
* If you include sprites/sounds/... (assets) that you have not created
yourself specify the license and original author below.
* Ensure that you also credit them in the appropriate location /
changelog as specified in the contributor guidelines

### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

| Path | Original Author | License |
| --- | --- | --- |
| icons/example.dmi | ExamplePerson (Example Station) | CC0 |
This commit is contained in:
Wowzewow (Wezzy)
2025-07-16 14:04:02 +00:00
committed by GitHub
parent 36d7e4091f
commit 4dc8a93c54
3 changed files with 62 additions and 5 deletions
@@ -1,4 +1,6 @@
ABSTRACT_TYPE(/datum/gear/head)
/datum/gear/head
display_name = "headwear, circuitry (empty)"
path = /obj/item/clothing/head/circuitry
sort_category = "Hats and Headwear"
slot = slot_head
@@ -187,10 +189,6 @@ ABSTRACT_TYPE(/datum/gear/head)
iac["IAC beret"] = /obj/item/clothing/head/beret/iac
gear_tweaks += new /datum/gear_tweak/path(iac)
/datum/gear/head/circuitry
display_name = "headwear, circuitry (empty)"
path = /obj/item/clothing/head/circuitry
/datum/gear/head/tcaf
display_name = "tcaf hat selection"
path = /obj/item/clothing/head/beret/legion
@@ -117,6 +117,7 @@
var/list/hats = list()
hats["hat, gat"] = /obj/item/clothing/head/konyang
hats["hat, konyanger hachimaki"] = /obj/item/clothing/head/hachimaki
gear_tweaks += new /datum/gear_tweak/path(hats)
/datum/gear/head/human/himeo
display_name = "himean cap"