mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-28 15:40:05 +01:00
Adds departmental winter coats to loadout lists, adds cold protection to jackets
Pre-existing winter coats can now be taken in loadouts. /toggle/ jackets now grant the same cold protection as winter coats.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/datum/gear/coat_qm
|
||||
name = "Quartermaster's winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/qm
|
||||
restricted_roles = list("Quartermaster")
|
||||
|
||||
/datum/gear/coat_cargo
|
||||
name = "Cargo winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/cargo
|
||||
restricted_roles = list("Chief Medical Officer", "Shaft Miner", "Cargo Technician")
|
||||
restricted_desc = "Cargo"
|
||||
|
||||
/datum/gear/coat_miner
|
||||
name = "Mining winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/miner
|
||||
restricted_roles = list("Quartermaster", "Miner")
|
||||
Reference in New Issue
Block a user