mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user