Merge pull request #13431 from EmeraldSundisk/cargoclothes

Gives Cargo Technicians the choice of longer trousers.
This commit is contained in:
silicons
2020-10-01 03:03:41 -07:00
committed by GitHub
7 changed files with 16 additions and 2 deletions
@@ -540,3 +540,9 @@
/datum/gear/uniform/kimono/sakura
name = "Sakura kimono"
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")