Skip to content

Commit

Permalink
тесты
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 1, 2024
1 parent 82153fc commit e2581a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions maps/sierra/loadout/loadout_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@
display_name = "holser belt"
path = /obj/item/storage/belt/holster/general
allowed_roles = list(/datum/job/captain, /datum/job/hop, /datum/job/rd, /datum/job/cmo, /datum/job/chief_engineer, /datum/job/hos, /datum/job/iaa, /datum/job/adjutant)

/datum/gear/accessory/corpbadge
display_name = "investigator holobadge (IAA)"
path = /obj/item/clothing/accessory/badge/holo/investigator
allowed_roles = list(/datum/job/iaa)
7 changes: 0 additions & 7 deletions mods/loadout_items/code/lists/accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@
display_name = "freelance press pass"
path = /obj/item/clothing/accessory/badge/press/independent

// Holobadge

/datum/gear/accessory/corpbadge
display_name = "investigator holobadge (IAA)"
path = /obj/item/clothing/accessory/badge/holo/investigator
allowed_roles = list(/datum/job/iaa)

/datum/gear/accessory/scarf_fancy
display_name = "special scarfs selection"
path = /obj/item/clothing/accessory/scarf/fancy
Expand Down

0 comments on commit e2581a8

Please sign in to comment.