mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Merge pull request #13431 from EmeraldSundisk/cargoclothes
Gives Cargo Technicians the choice of longer trousers.
This commit is contained in:
@@ -33,6 +33,13 @@
|
|||||||
fitted = FEMALE_UNIFORM_TOP
|
fitted = FEMALE_UNIFORM_TOP
|
||||||
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
|
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
|
||||||
|
|
||||||
|
/obj/item/clothing/under/rank/cargo/tech/long
|
||||||
|
name = "cargo technician's jumpsuit (trousers)"
|
||||||
|
desc = "A variant of the cargo technician's uniform with proper trousers, suited for colder climates and modest workers."
|
||||||
|
icon_state = "cargo_long"
|
||||||
|
item_state = "lb_suit"
|
||||||
|
alt_covers_chest = TRUE
|
||||||
|
|
||||||
/obj/item/clothing/under/rank/cargo/miner
|
/obj/item/clothing/under/rank/cargo/miner
|
||||||
name = "shaft miner's jumpsuit"
|
name = "shaft miner's jumpsuit"
|
||||||
desc = "It's a snappy jumpsuit with a sturdy set of overalls. It is very dirty."
|
desc = "It's a snappy jumpsuit with a sturdy set of overalls. It is very dirty."
|
||||||
|
|||||||
@@ -137,6 +137,7 @@
|
|||||||
products = list(/obj/item/clothing/suit/hooded/wintercoat/cargo = 3,
|
products = list(/obj/item/clothing/suit/hooded/wintercoat/cargo = 3,
|
||||||
/obj/item/clothing/under/rank/cargo/tech = 5,
|
/obj/item/clothing/under/rank/cargo/tech = 5,
|
||||||
/obj/item/clothing/under/rank/cargo/tech/skirt = 5,
|
/obj/item/clothing/under/rank/cargo/tech/skirt = 5,
|
||||||
|
/obj/item/clothing/under/rank/cargo/tech/long = 5,
|
||||||
/obj/item/clothing/shoes/sneakers/black = 5,
|
/obj/item/clothing/shoes/sneakers/black = 5,
|
||||||
/obj/item/clothing/gloves/fingerless = 5,
|
/obj/item/clothing/gloves/fingerless = 5,
|
||||||
/obj/item/clothing/head/soft = 5,
|
/obj/item/clothing/head/soft = 5,
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 427 KiB After Width: | Height: | Size: 428 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 283 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
@@ -540,3 +540,9 @@
|
|||||||
/datum/gear/uniform/kimono/sakura
|
/datum/gear/uniform/kimono/sakura
|
||||||
name = "Sakura kimono"
|
name = "Sakura kimono"
|
||||||
path = /obj/item/clothing/under/costume/kimono/sakura
|
path = /obj/item/clothing/under/costume/kimono/sakura
|
||||||
|
|
||||||
|
/datum/gear/uniform/ctlong
|
||||||
|
name = "cargo tech's jumpsuit (long pants)"
|
||||||
|
path = /obj/item/clothing/under/rank/cargo/tech/long
|
||||||
|
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
|
||||||
|
restricted_roles = list("Cargo Technician")
|
||||||
|
|||||||
@@ -808,8 +808,6 @@
|
|||||||
#include "code\game\machinery\mass_driver.dm"
|
#include "code\game\machinery\mass_driver.dm"
|
||||||
#include "code\game\machinery\navbeacon.dm"
|
#include "code\game\machinery\navbeacon.dm"
|
||||||
#include "code\game\machinery\PDApainter.dm"
|
#include "code\game\machinery\PDApainter.dm"
|
||||||
#include "code\game\machinery\poweredfans\fan_assembly.dm"
|
|
||||||
#include "code\game\machinery\poweredfans\poweredfans.dm"
|
|
||||||
#include "code\game\machinery\quantum_pad.dm"
|
#include "code\game\machinery\quantum_pad.dm"
|
||||||
#include "code\game\machinery\recharger.dm"
|
#include "code\game\machinery\recharger.dm"
|
||||||
#include "code\game\machinery\rechargestation.dm"
|
#include "code\game\machinery\rechargestation.dm"
|
||||||
@@ -887,6 +885,8 @@
|
|||||||
#include "code\game\machinery\porta_turret\portable_turret.dm"
|
#include "code\game\machinery\porta_turret\portable_turret.dm"
|
||||||
#include "code\game\machinery\porta_turret\portable_turret_construct.dm"
|
#include "code\game\machinery\porta_turret\portable_turret_construct.dm"
|
||||||
#include "code\game\machinery\porta_turret\portable_turret_cover.dm"
|
#include "code\game\machinery\porta_turret\portable_turret_cover.dm"
|
||||||
|
#include "code\game\machinery\poweredfans\fan_assembly.dm"
|
||||||
|
#include "code\game\machinery\poweredfans\poweredfans.dm"
|
||||||
#include "code\game\machinery\shuttle\custom_shuttle.dm"
|
#include "code\game\machinery\shuttle\custom_shuttle.dm"
|
||||||
#include "code\game\machinery\shuttle\shuttle_engine.dm"
|
#include "code\game\machinery\shuttle\shuttle_engine.dm"
|
||||||
#include "code\game\machinery\shuttle\shuttle_heater.dm"
|
#include "code\game\machinery\shuttle\shuttle_heater.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user