mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-31 00:49:14 +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_engi
|
||||
name = "Engineering winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/engineering
|
||||
restricted_roles = list("Chief Engineer", "Station Engineer", "Atmospheric Technician")
|
||||
restricted_desc = "Engineering"
|
||||
|
||||
/datum/gear/coat_atmos
|
||||
name = "Atmospherics winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/engineering/atmos
|
||||
restricted_roles = list("Chief Engineer", "Atmospheric Technician")
|
||||
|
||||
/datum/gear/coat_ce
|
||||
name = "Chief Engineer's winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/ce
|
||||
restricted_roles = list("Chief Engineer")
|
||||
Reference in New Issue
Block a user