mirror of
https://github.com/KabKebab/GS13.git
synced 2026-04-10 05:21:04 +01:00
Pre-existing winter coats can now be taken in loadouts. /toggle/ jackets now grant the same cold protection as winter coats.
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
/datum/gear/coat_cap
|
|
name = "Captain's winter coat"
|
|
category = SLOT_WEAR_SUIT
|
|
path = /obj/item/clothing/suit/hooded/wintercoat/captain
|
|
restricted_roles = list("Captain")
|
|
|
|
/datum/gear/coat_hop
|
|
name = "Head of Personnel's winter coat"
|
|
category = SLOT_WEAR_SUIT
|
|
path = /obj/item/clothing/suit/hooded/wintercoat/hop
|
|
restricted_roles = list("Head of Personnel") |