mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Updates paths due to Polaris change
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
path = /obj/item/clothing/under/permit
|
||||
|
||||
//Polaris overrides
|
||||
/datum/gear/uniform/pt/sifguard
|
||||
/datum/gear/uniform/solgov/pt/sifguard
|
||||
display_name = "pt uniform, planetside sec"
|
||||
path = /obj/item/clothing/under/pt/sifguard
|
||||
path = /obj/item/clothing/under/solgov/pt/sifguard
|
||||
|
||||
//KHI Uniforms
|
||||
/datum/gear/uniform/job_khi/cmd
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
/obj/item/clothing/accessory/solgov/department/command
|
||||
desc = "Insignia denoting assignment to the command department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/engineering
|
||||
desc = "Insignia denoting assignment to the engineering department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/security
|
||||
desc = "Insignia denoting assignment to the security department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/medical
|
||||
desc = "Insignia denoting assignment to the medical department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/supply
|
||||
desc = "Insignia denoting assignment to the supply department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/exploration
|
||||
desc = "Insignia denoting assignment to the exploration department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/research
|
||||
desc = "Insignia denoting assignment to the research department. These fit Society of Universal Cartographers uniforms."
|
||||
|
||||
/obj/item/clothing/accessory/solgov/department/service
|
||||
desc = "Insignia denoting assignment to the service department. These fit Society of Universal Cartographers uniforms."
|
||||
@@ -1,15 +1,15 @@
|
||||
//SolGov Uniforms
|
||||
|
||||
//PT
|
||||
/obj/item/clothing/under/pt/sifguard
|
||||
/obj/item/clothing/under/solgov/pt/sifguard
|
||||
name = "explorer's pt uniform"
|
||||
desc = "A baggy shirt bearing the seal of the Society of Universal Cartographers and some dorky looking blue shorts."
|
||||
|
||||
/obj/item/clothing/under/pt/fleet
|
||||
/obj/item/clothing/under/solgov/pt/fleet
|
||||
name = "fleet pt uniform"
|
||||
desc = "A pair of black shorts and two tank tops, seems impractical. Looks good though."
|
||||
|
||||
/obj/item/clothing/under/pt/marine
|
||||
/obj/item/clothing/under/solgov/pt/marine
|
||||
name = "marine pt uniform"
|
||||
desc = "Does NOT leave much to the imagination."
|
||||
|
||||
@@ -20,81 +20,32 @@
|
||||
name = "utility uniform"
|
||||
desc = "A comfortable turtleneck and black utility trousers."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard
|
||||
/obj/item/clothing/under/solgov/utility/sifguard
|
||||
name = "explorer's uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/medical
|
||||
name = "explorer's medical uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and blue blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/medical/command
|
||||
name = "explorer's medical command uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and blue blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/engineering
|
||||
name = "explorer's engineering uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and organge blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/engineering/command
|
||||
name = "explorer's engineering command uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and organge blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/supply
|
||||
name = "explorer's supply uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and brown blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/security
|
||||
name = "explorer's security uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and red blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/security/command
|
||||
name = "explorer's security command uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and red blazes."
|
||||
|
||||
/obj/item/clothing/under/utility/sifguard/command
|
||||
name = "explorer's command uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and gold blazes."
|
||||
/obj/item/clothing/under/solgov/utility/sifguard/officer
|
||||
name = "explorer's officer uniform"
|
||||
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim."
|
||||
|
||||
|
||||
/obj/item/clothing/under/utility/fleet
|
||||
/obj/item/clothing/under/solgov/utility/fleet
|
||||
name = "fleet coveralls"
|
||||
desc = "The utility uniform of the USDF Fleet, made from an insulated material."
|
||||
|
||||
/obj/item/clothing/under/utility/fleet/medical
|
||||
name = "fleet medical coveralls"
|
||||
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has blue cuffs."
|
||||
|
||||
/obj/item/clothing/under/utility/fleet/engineering
|
||||
name = "fleet engineering coveralls"
|
||||
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has orange cuffs."
|
||||
|
||||
/obj/item/clothing/under/utility/fleet/supply
|
||||
name = "fleet supply coveralls"
|
||||
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has brown cuffs."
|
||||
|
||||
/obj/item/clothing/under/utility/fleet/security
|
||||
name = "fleet security coveralls"
|
||||
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has red cuffs."
|
||||
|
||||
/obj/item/clothing/under/utility/fleet/command
|
||||
name = "fleet command coveralls"
|
||||
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has gold cuffs."
|
||||
|
||||
|
||||
/obj/item/clothing/under/utility/marine
|
||||
/obj/item/clothing/under/solgov/utility/marine
|
||||
name = "marine fatigues"
|
||||
desc = "The utility uniform of the USDF Marine Corps, made from durable material."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/green
|
||||
/obj/item/clothing/under/solgov/utility/marine/green
|
||||
name = "green fatigues"
|
||||
desc = "A green version of the USDF marine utility uniform, made from durable material."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/tan
|
||||
/obj/item/clothing/under/solgov/utility/marine/tan
|
||||
name = "tan fatigues"
|
||||
desc = "A tan version of the USDF marine utility uniform, made from durable material."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/olive
|
||||
/obj/item/clothing/under/solgov/utility/marine/olive
|
||||
name = "olive fatigues"
|
||||
desc = "An olive version of the USDF marine utility uniform, made from durable material."
|
||||
icon = 'icons/obj/clothing/uniforms_vr.dmi'
|
||||
@@ -102,7 +53,7 @@
|
||||
icon_state = "bdu_olive"
|
||||
item_state = "bdu_olive"
|
||||
|
||||
/obj/item/clothing/under/utility/marine/desert
|
||||
/obj/item/clothing/under/solgov/utility/marine/desert
|
||||
name = "desert fatigues"
|
||||
desc = "A desert version of the USDF marine utility uniform, made from durable material."
|
||||
icon = 'icons/obj/clothing/uniforms_vr.dmi'
|
||||
@@ -110,53 +61,33 @@
|
||||
icon_state = "bdu_olive"
|
||||
item_state = "bdu_olive"
|
||||
|
||||
/obj/item/clothing/under/utility/marine/medical
|
||||
name = "marine medical fatigues"
|
||||
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has blue markings."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/engineering
|
||||
name = "marine engineering fatigues"
|
||||
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has orange markings."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/supply
|
||||
name = "marine supply fatigues"
|
||||
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has brown markings."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/security
|
||||
name = "marine security fatigues"
|
||||
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has red markings."
|
||||
|
||||
/obj/item/clothing/under/utility/marine/command
|
||||
name = "marine command coveralls"
|
||||
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has gold markings."
|
||||
|
||||
//Service
|
||||
|
||||
/obj/item/clothing/under/service/fleet
|
||||
/obj/item/clothing/under/solgov/service/fleet
|
||||
name = "fleet service uniform"
|
||||
desc = "The service uniform of the USDF Fleet, made from immaculate white fabric."
|
||||
|
||||
/obj/item/clothing/under/service/marine
|
||||
/obj/item/clothing/under/solgov/service/marine
|
||||
name = "marine service uniform"
|
||||
desc = "The service uniform of the USDF Marine Corps. Slimming."
|
||||
worn_state = "greenservice"
|
||||
|
||||
/obj/item/clothing/under/service/marine/command
|
||||
/obj/item/clothing/under/solgov/service/marine/command
|
||||
name = "marine command service uniform"
|
||||
desc = "The service uniform of the USDF Marine Corps. Slimming and stylish."
|
||||
|
||||
/obj/item/clothing/under/mildress/expeditionary
|
||||
/obj/item/clothing/under/solgov/mildress/expeditionary
|
||||
name = "explorer's dress uniform"
|
||||
desc = "The dress uniform of the Society of Universal Cartographers in silver trim."
|
||||
|
||||
/obj/item/clothing/under/mildress/expeditionary/command
|
||||
/obj/item/clothing/under/solgov/mildress/expeditionary/command
|
||||
name = "explorer's command dress uniform"
|
||||
desc = "The dress uniform of the Society of Universal Cartographers in gold trim."
|
||||
|
||||
/obj/item/clothing/under/mildress/marine
|
||||
/obj/item/clothing/under/solgov/mildress/marine
|
||||
name = "marine dress uniform"
|
||||
desc = "The dress uniform of the USDF Marine Corps, class given form."
|
||||
|
||||
/obj/item/clothing/under/mildress/marine/command
|
||||
/obj/item/clothing/under/solgov/mildress/marine/command
|
||||
name = "marine command dress uniform"
|
||||
desc = "The dress uniform of the USDF Marine Corps, even classier in gold."
|
||||
Reference in New Issue
Block a user