Skip to content

Commit

Permalink
Шуба, моё почтение
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 7, 2024
1 parent 143abdc commit 0e3d062
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions maps/sierra/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@
path = /obj/item/clothing/suit/storage/hooded/wintercoat/science
allowed_roles = list(/datum/job/rd, /datum/job/scientist, /datum/job/scientist_assistant, /datum/job/senior_scientist, /datum/job/roboticist, )

/datum/gear/suit/wintercoat/dais
display_name = "DAIS winter coat"
allowed_roles = list(/datum/job/engineer, /datum/job/scientist, /datum/job/roboticist, /datum/job/infsys)
/datum/gear/suit/wintercoat_dais
display_name = "winter coat, DAIS"
path = /obj/item/clothing/suit/storage/hooded/wintercoat/dais
allowed_roles = list(/datum/job/engineer, /datum/job/scientist, /datum/job/scientist_assistant, /datum/job/roboticist, /datum/job/infsys)
allowed_branches = list(/datum/mil_branch/contractor)

/datum/gear/suit/labcoat
Expand Down

0 comments on commit 0e3d062

Please sign in to comment.