Skip to content

Commit

Permalink
medic patch fix, brings back bimex to non-civi
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jan 16, 2025
1 parent 8dfae0c commit 7bfc411
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ GLOBAL_LIST_EMPTY_TYPED(gear_datums_by_name, /datum/gear)
path = /obj/item/clothing/glasses/sunglasses/big/new_bimex/bronze
cost = 4

/datum/gear/eyewear/bimex_shades
display_name = "BiMex personal shades"
path = /obj/item/clothing/glasses/sunglasses/big
cost = 4

/datum/gear/eyewear/sunglasses
display_name = "Sunglasses"
path = /obj/item/clothing/glasses/sunglasses
Expand Down Expand Up @@ -1165,7 +1170,6 @@ GLOBAL_LIST_EMPTY_TYPED(gear_datums_by_name, /datum/gear)
/datum/gear/misc/patch_uscm/medic_patch
display_name = "Field Medic shoulder patch"
path = /obj/item/clothing/accessory/patch/medic_patch
allowed_origins = list(ORIGIN_CIVILIAN, USCM_ORIGINS, ORIGIN_UPP)

/datum/gear/misc/family_photo
display_name = "Family photo"
Expand Down Expand Up @@ -1228,13 +1232,6 @@ GLOBAL_LIST_EMPTY_TYPED(gear_datums_by_name, /datum/gear)
display_name = "Colonial Liberation Front shoulder patch"
path = /obj/item/clothing/accessory/patch/clf_patch

// Old Bimex - now civilian only

/datum/gear/civilian/eyewear/bimex_shades
display_name = "BiMex personal shades"
path = /obj/item/clothing/glasses/sunglasses/big
cost = 4

// Cheap Civilian shades - colorful!

/datum/gear/civilian/eyewear/bimax_shades
Expand Down

0 comments on commit 7bfc411

Please sign in to comment.