Skip to content

Commit

Permalink
повязка
Browse files Browse the repository at this point in the history
  • Loading branch information
ddorou committed Oct 28, 2024
1 parent dbd2634 commit 8d83d71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maps/sierra/loadout/loadout_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,9 @@
allowed_branches = list(/datum/mil_branch/contractor)
allowed_factions = list(FACTION_EXPEDITIONARY, FACTION_CORPORATE)
flags = GEAR_HAS_NO_CUSTOMIZATION

/datum/gear/accessory/armband_corpsman
display_name = "medical armband"
path = /obj/item/clothing/accessory/armband/medblue
allowed_roles = list(/datum/job/cmo, /datum/job/senior_doctor, /datum/job/doctor, /datum/job/doctor_trainee, /datum/job/explorer_medic, /datum/job/psychiatrist, /datum/job/chemist)
flags = GEAR_HAS_NO_CUSTOMIZATION

0 comments on commit 8d83d71

Please sign in to comment.