mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Merge pull request #9399 from KillianKirilenko/kk-misc
KHI Cargo/Civ Uniforms
This commit is contained in:
@@ -40,6 +40,15 @@
|
||||
path = /obj/item/clothing/under/rank/khi/sci
|
||||
allowed_roles = list("Research Director", "Scientist", "Roboticist", "Xenobiologist", "Xenobotanist", "Pathfinder", "Explorer")
|
||||
|
||||
/datum/gear/uniform/job_khi/crg
|
||||
display_name = "khi uniform, cargo"
|
||||
path = /obj/item/clothing/under/rank/khi/crg
|
||||
allowed_roles = list("Quartermaster", "Cargo Technician", "Shaft Miner")
|
||||
|
||||
/datum/gear/uniform/job_khi/civ
|
||||
display_name = "khi uniform, civ"
|
||||
path = /obj/item/clothing/under/rank/khi/civ
|
||||
|
||||
//Federation jackets
|
||||
/datum/gear/suit/job_fed/sec
|
||||
display_name = "fed uniform, sec"
|
||||
|
||||
@@ -935,6 +935,22 @@
|
||||
worn_state = "khi_uniform_sci"
|
||||
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 10, bio = 0, rad = 0)
|
||||
|
||||
/obj/item/clothing/under/rank/khi/crg //Cargo version
|
||||
name = "KHI cargo suit"
|
||||
desc = "Kitsuhana Heavy Industries uniform. Looks like it's in supply and cargo division colors. Even post-scarcity societies need things moved and mined sometimes."
|
||||
icon_state = "khi_uniform_crg_i"
|
||||
item_state = "khi_uniform_crg"
|
||||
worn_state = "khi_uniform_crg"
|
||||
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
|
||||
/obj/item/clothing/under/rank/khi/civ //Science version
|
||||
name = "KHI civilian suit"
|
||||
desc = "Kitsuhana Heavy Industries uniform. Snazzy silver trim marks this is as the general civilian branch. Smells like paperwork and bureaucracy."
|
||||
icon_state = "khi_uniform_civ_i"
|
||||
item_state = "khi_uniform_civ"
|
||||
worn_state = "khi_uniform_civ"
|
||||
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
|
||||
/obj/item/clothing/under/rank/khi/fluff/aronai //Aro fluff version
|
||||
name = "KHI meditech suit"
|
||||
desc = "Kitsuhana Heavy Industries uniform. This one has the colors of a resleeving or mnemonics engineer. It has 'Aronai' written inside the top."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 215 KiB After Width: | Height: | Size: 215 KiB |
Reference in New Issue
Block a user