Skip to content

Commit

Permalink
Make holobadges accessory-only in loadout categories (#584)
Browse files Browse the repository at this point in the history
Move holobadges to accessory only to allow concurrent use w/ neck slot items
  • Loading branch information
Ephemeralis authored and FFMirrorBot committed Jan 24, 2024
1 parent 17d9562 commit 9542dce
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modular_nova/modules/loadouts/loadout_items/loadout_datum_neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,6 @@ GLOBAL_LIST_INIT(loadout_necks, generate_loadout_items(/datum/loadout_item/neck)
name = "MODlink Scryer"
item_path = /obj/item/clothing/neck/link_scryer/loaded

/datum/loadout_item/neck/holobadge
name = "Holobadge"
item_path = /obj/item/clothing/accessory/badge/holo
restricted_roles = list(JOB_HEAD_OF_SECURITY, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_DETECTIVE, JOB_CORRECTIONS_OFFICER)

/datum/loadout_item/neck/holobadge_cord
name = "Holobadge with Lanyard"
item_path = /obj/item/clothing/accessory/badge/holo/cord
restricted_roles = list(JOB_HEAD_OF_SECURITY, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_DETECTIVE, JOB_CORRECTIONS_OFFICER)

/*
* DONATOR
*/
Expand Down

0 comments on commit 9542dce

Please sign in to comment.