Skip to content

Commit

Permalink
bugfix: cheese bage can be selected
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemDerp committed Apr 10, 2024
1 parent 1c4f42e commit a8213bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preference/loadout/loadout_donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,17 +211,17 @@
gear_tweaks += new /datum/gear_tweak/path(skirts, src)

/datum/gear/donor/strip/cheese_badge
display_name = "great fellow's badge"
display_name = "strip, Great fellow"
path = /obj/item/clothing/accessory/head_strip/cheese_badge
donator_tier = 4
cost = 1
allowed_roles = list(JOB_TITLE_CAPTAIN, JOB_TITLE_QUARTERMASTER, JOB_TITLE_RD, JOB_TITLE_HOS, JOB_TITLE_HOP, JOB_TITLE_CMO, JOB_TITLE_CHIEF, JOB_TITLE_REPRESENTATIVE, JOB_TITLE_JUDGE)

/datum/gear/donor/smile_pin
display_name = "smiling pin"
path = /obj/item/clothing/accessory/medal/smile
donator_tier = 4
cost = 1
allowed_roles = list(JOB_TITLE_CAPTAIN, JOB_TITLE_QUARTERMASTER, JOB_TITLE_RD, JOB_TITLE_HOS, JOB_TITLE_HOP, JOB_TITLE_CMO, JOB_TITLE_CHIEF, JOB_TITLE_REPRESENTATIVE, JOB_TITLE_JUDGE)

/datum/gear/donor/backpack_hiking
donator_tier = 3
Expand Down

0 comments on commit a8213bb

Please sign in to comment.