diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm index 570187a7947..5af0868a692 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm @@ -75,7 +75,7 @@ uniform["matake priest garments"] = /obj/item/clothing/under/tajaran/matake uniform["adhomian summerwear"] = /obj/item/clothing/under/tajaran/summer uniform["adhomian summer pants"] = /obj/item/clothing/under/pants/tajaran - uniform["machinist uniform"] = /obj/item/clothing/under/mechanic + uniform["machinist uniform"] = /obj/item/clothing/under/tajaran/mechanic gear_tweaks += new/datum/gear_tweak/path(uniform) /datum/gear/uniform/tajara_dress diff --git a/code/modules/clothing/head/xenos/tajara.dm b/code/modules/clothing/head/xenos/tajara.dm index 759040f6272..dc935870553 100644 --- a/code/modules/clothing/head/xenos/tajara.dm +++ b/code/modules/clothing/head/xenos/tajara.dm @@ -49,6 +49,7 @@ desc = "A face concealing mask worn by the members of the cult of Raskara." flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|BLOCKHAIR body_parts_covered = HEAD|FACE|EYES + species_restricted = list("Tajara") icon_state = "raskara_mask" item_state = "raskara_mask" diff --git a/code/modules/clothing/suits/xeno/tajara.dm b/code/modules/clothing/suits/xeno/tajara.dm index ad958458874..6ce59b8ebd6 100644 --- a/code/modules/clothing/suits/xeno/tajara.dm +++ b/code/modules/clothing/suits/xeno/tajara.dm @@ -98,6 +98,7 @@ item_state = "raskarasuit" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL + species_restricted = list("Tajara") description_fluff = "Raskariim, commonly known as The Cult of Raskara are a prolific cult on Adhomai. The religion has been created on Adhomai but with the free commerce, a few human \ members have been recorded. While Raskara may seem like a single deity it is in fact split into three aspects, each one leading down a different path and seemingly every path \ subverting something S'rendarr and Messa stands for." diff --git a/code/modules/clothing/under/xenos/tajara.dm b/code/modules/clothing/under/xenos/tajara.dm index 4dd6cf08174..428ef689761 100644 --- a/code/modules/clothing/under/xenos/tajara.dm +++ b/code/modules/clothing/under/xenos/tajara.dm @@ -63,7 +63,7 @@ icon_state = "summerwear" item_state = "summerwear" -/obj/item/clothing/under/mechanic +/obj/item/clothing/under/tajaran/mechanic name = "machinist uniform" desc = "A simple and robust overall used by Adhomian urban workers." icon_state = "mechanic"