mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-26 22:46:15 +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:
@@ -16,4 +16,16 @@
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/narplush
|
||||
cost = 5
|
||||
restricted_roles = list("Chaplain")
|
||||
restricted_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/coat_janitor
|
||||
name = "Janitor's winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/janitor
|
||||
restricted_roles = list("Janitor")
|
||||
|
||||
/datum/gear/hydro
|
||||
name = "Botany winter coat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/hydro
|
||||
restricted_roles = list("Botanist")
|
||||
|
||||
Reference in New Issue
Block a user