mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes two issues with the new tajaran gear (#7767)
-fixes the machinist jumpsuit having the wrong path -fixes raskara gear not having species restrictions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user