Skip to content

Commit

Permalink
[MIRROR] Removes whitelisting from some of the previously Akula-restr…
Browse files Browse the repository at this point in the history
…icted Loadout gear (#5255)

* Removes whitelisting from some of the previously Akula-restricted Loadout gear (#4695)

* starting up the upstart

* quick fix, i missed something

* [MIRROR] Removes whitelisting from some of the previously Akula-restricted Loadout gear

---------

Co-authored-by: Mezz <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2024
1 parent 7d8a720 commit 7cfdc0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,14 +636,10 @@
/datum/loadout_item/head/azulea_oldblood
name = "Oldblood's Royal cap"
item_path = /obj/item/clothing/head/hats/caphat/azulean/old_blood
restricted_roles = list(JOB_CAPTAIN, JOB_NT_REP)
restricted_species = list(SPECIES_AKULA)

/datum/loadout_item/head/azulea_upstart
name = "Upstart's Noble cap"
item_path = /obj/item/clothing/head/hats/caphat/azulean/upstart
restricted_roles = list(JOB_CAPTAIN, JOB_NT_REP)
restricted_species = list(SPECIES_AKULA)

/*
* JOB BERETS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1124,26 +1124,18 @@
/datum/loadout_item/under/formal/azulea_oldblood
name = " Oldblood's Royal regalia"
item_path = /obj/item/clothing/under/rank/azulean/old_blood
restricted_roles = list(JOB_CAPTAIN, JOB_NT_REP)
restricted_species = list(SPECIES_AKULA)

/datum/loadout_item/under/formal/azulea_oldblood/skirt
name = " Oldblood's Royal regalia (Skirt)"
item_path = /obj/item/clothing/under/rank/azulean/old_blood/skirt
restricted_roles = list(JOB_CAPTAIN, JOB_NT_REP)
restricted_species = list(SPECIES_AKULA)

/datum/loadout_item/under/formal/azulea_upstart
name = "Upstart's Noble Getup"
item_path = /obj/item/clothing/under/rank/azulean/upstart
restricted_roles = list(JOB_CAPTAIN, JOB_NT_REP)
restricted_species = list(SPECIES_AKULA)

/datum/loadout_item/under/formal/azulea_upstart/skirt
name = "Upstart's Noble Getup (Skirt)"
item_path = /obj/item/clothing/under/rank/azulean/upstart/skirt
restricted_roles = list(JOB_CAPTAIN, JOB_NT_REP)
restricted_species = list(SPECIES_AKULA)

/// DONATOR
/datum/loadout_item/under/donator
Expand Down

0 comments on commit 7cfdc0f

Please sign in to comment.