mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Hijabs now take ear slot by default (#14874)
This commit is contained in:
@@ -215,6 +215,7 @@
|
|||||||
/datum/gear/head/hijab
|
/datum/gear/head/hijab
|
||||||
display_name = "hijab selection"
|
display_name = "hijab selection"
|
||||||
path = /obj/item/clothing/head/hijab
|
path = /obj/item/clothing/head/hijab
|
||||||
|
slot = slot_r_ear
|
||||||
|
|
||||||
/datum/gear/head/hijab/New()
|
/datum/gear/head/hijab/New()
|
||||||
..()
|
..()
|
||||||
@@ -233,6 +234,7 @@
|
|||||||
display_name = "colorable hijab"
|
display_name = "colorable hijab"
|
||||||
path = /obj/item/clothing/head/hijab
|
path = /obj/item/clothing/head/hijab
|
||||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||||
|
slot = slot_r_ear
|
||||||
|
|
||||||
/datum/gear/head/turban
|
/datum/gear/head/turban
|
||||||
display_name = "turban selection"
|
display_name = "turban selection"
|
||||||
|
|||||||
7
html/changelogs/hijabslot.yml
Normal file
7
html/changelogs/hijabslot.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
author: listerla
|
||||||
|
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
changes:
|
||||||
|
- tweak: "Hijabs now take the ear slot by default, as to be more easily taken with a hat."
|
||||||
|
|
||||||
Reference in New Issue
Block a user