diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index 36fd2fc140..d2dc3e76cd 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -184,4 +184,88 @@ /datum/gear/head/zhan_scarf display_name = "Zhan headscarf" path = /obj/item/clothing/head/tajaran/scarf - whitelisted = "Tajara" \ No newline at end of file + whitelisted = "Tajara" + +/datum/gear/head/hijab + display_name = "Black hijab" + path = /obj/item/clothing/head/hijab + +/datum/gear/head/hijab/white + display_name = "White hijab" + path = /obj/item/clothing/head/hijab/white + +/datum/gear/head/hijab/aqua + display_name = "Aqua hijab" + path = /obj/item/clothing/head/hijab/aqua + +/datum/gear/head/hijab/blue + display_name = "Blue hijab" + path = /obj/item/clothing/head/hijab/blue + +/datum/gear/head/hijab/brown + display_name = "Brown hijab" + path = /obj/item/clothing/head/hijab/brown + +/datum/gear/head/hijab/darkblue + display_name = "Dark blue hijab" + path = /obj/item/clothing/head/hijab/darkblue + +/datum/gear/head/hijab/darkred + display_name = "Dark red hijab" + path = /obj/item/clothing/head/hijab/darkred + +/datum/gear/head/hijab/green + display_name = "Green hijab" + path = /obj/item/clothing/head/hijab/green + +/datum/gear/head/hijab/green + display_name = "Green hijab" + path = /obj/item/clothing/head/hijab/grey + +/datum/gear/head/hijab/lightblue + display_name = "Light blue hijab" + path = /obj/item/clothing/head/hijab/lightblue + +/datum/gear/head/hijab/lightbrown + display_name = "Light brown hijab" + path = /obj/item/clothing/head/hijab/lightbrown + +/datum/gear/head/hijab/lightgreen + display_name = "Light green hijab" + path = /obj/item/clothing/head/hijab/lightgreen + +/datum/gear/head/hijab/lightpurple + display_name = "Light purple hijab" + path = /obj/item/clothing/head/hijab/lightpurple + +/datum/gear/head/hijab/lightred + display_name = "Light red hijab" + path = /obj/item/clothing/head/hijab/lightred + +/datum/gear/head/hijab/maroon + display_name = "Maroon hijab" + path = /obj/item/clothing/head/hijab/maroon + +/datum/gear/head/hijab/orange + display_name = "Orange hijab" + path = /obj/item/clothing/head/hijab/orange + +/datum/gear/head/hijab/pink + display_name = "Pink hijab" + path = /obj/item/clothing/head/hijab/pink + +/datum/gear/head/hijab/purple + display_name = "Purple hijab" + path = /obj/item/clothing/head/hijab/purple + +/datum/gear/head/hijab/red + display_name = "Red hijab" + path = /obj/item/clothing/head/hijab/red + +/datum/gear/head/hijab/yellowgreen + display_name = "Yellow green hijab" + path = /obj/item/clothing/head/hijab/yellowgreen + +/datum/gear/head/hijab/yellow + display_name = "Yellow hijab" + path = /obj/item/clothing/head/hijab/yellow diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index fa4446d97c..c47c1e8878 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -272,3 +272,112 @@ desc = "An orange piece of cloth, worn on the head." icon_state = "orange_bandana" body_parts_covered = 0 + +//Hijabs + +/obj/item/clothing/head/hijab + name = "black hijab" + desc = "A black veil that is wrapped to cover the head and chest" + icon_state = "hijab_black" + body_parts_covered = 0 + flags_inv = BLOCKHAIR + +/obj/item/clothing/head/hijab/white + name = "white hijab" + desc = "A white veil that is wrapped to cover the head and chest" + icon_state = "hijab_white" + +/obj/item/clothing/head/hijab/aqua + name = "aqua hijab" + desc = "An aqua veil that is wrapped to cover the head and chest" + icon_state = "hijab_aqua" + +/obj/item/clothing/head/hijab/blue + name = "blue hijab" + desc = "A blue veil that is wrapped to cover the head and chest" + icon_state = "hijab_blue" + +/obj/item/clothing/head/hijab/brown + name = "brown hijab" + desc = "A brown veil that is wrapped to cover the head and chest" + icon_state = "hijab_brown" + +/obj/item/clothing/head/hijab/darkblue + name = "bark blue hijab" + desc = "A dark blue veil that is wrapped to cover the head and chest" + icon_state = "hijab_darkblue" + +/obj/item/clothing/head/hijab/darkred + name = "dark red hijab" + desc = "A dark red veil that is wrapped to cover the head and chest" + icon_state = "hijab_darkred" + +/obj/item/clothing/head/hijab/green + name = "green hijab" + desc = "A green veil that is wrapped to cover the head and chest" + icon_state = "hijab_green" + +/obj/item/clothing/head/hijab/grey + name = "grey hijab" + desc = "A grey veil that is wrapped to cover the head and chest" + icon_state = "hijab_grey" + +/obj/item/clothing/head/hijab/lightblue + name = "light blue hijab" + desc = "A light blue veil that is wrapped to cover the head and chest" + icon_state = "hijab_lightblue" + +/obj/item/clothing/head/hijab/lightbrown + name = "light brown hijab" + desc = "A light brown veil that is wrapped to cover the head and chest" + icon_state = "hijab_lightbrown" + +/obj/item/clothing/head/hijab/lightgreen + name = "light green hijab" + desc = "A light green veil that is wrapped to cover the head and chest" + icon_state = "hijab_lightgreen" + +/obj/item/clothing/head/hijab/lightpurple + name = "light purple hijab" + desc = "A light purple veil that is wrapped to cover the head and chest" + icon_state = "hijab_lightpurple" + +/obj/item/clothing/head/hijab/lightred + name = "light red hijab" + desc = "A light red veil that is wrapped to cover the head and chest" + icon_state = "hijab_lightred" + +/obj/item/clothing/head/hijab/maroon + name = "maroon hijab" + desc = "A maroon veil that is wrapped to cover the head and chest" + icon_state = "hijab_maroon" + +/obj/item/clothing/head/hijab/orange + name = "orange hijab" + desc = "An orange veil that is wrapped to cover the head and chest" + icon_state = "hijab_orange" + +/obj/item/clothing/head/hijab/pink + name = "pink hijab" + desc = "A pink veil that is wrapped to cover the head and chest" + icon_state = "hijab_pink" + +/obj/item/clothing/head/hijab/purple + name = "purple hijab" + desc = "A purple veil that is wrapped to cover the head and chest" + icon_state = "hijab_purple" + +/obj/item/clothing/head/hijab/red + name = "red hijab" + desc = "A red veil that is wrapped to cover the head and chest" + icon_state = "hijab_red" + +/obj/item/clothing/head/hijab/yellowgreen + name = "yellow green hijab" + desc = "A yellow green veil that is wrapped to cover the head and chest" + icon_state = "hijab_yellowgreen" + +/obj/item/clothing/head/hijab/yellow + name = "yellow hijab" + desc = "A yellow veil that is wrapped to cover the head and chest" + icon_state = "hijab_yellow" \ No newline at end of file diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index f7e883cd41..1c9622a2d1 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index f7c3fdea8e..a1bfb02fd2 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ