Skip to content

Commit

Permalink
Update preferences_gear.dm
Browse files Browse the repository at this point in the history
typo = bad
  • Loading branch information
blackdragonTOW authored Nov 4, 2023
1 parent 1952c28 commit 6cfed30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ var/global/list/gear_datums_by_name = list()

/datum/gear/eyewear/aviators
display_name = "Aviator shades"
path = /obj/item/clothing/glasses/sunglasses/aviator
path = /obj/item/clothing/glaes/sunglaes/aviator

/datum/gear/eyewear/eyepatch
display_name = "Eyepatch"
path = /obj/item/clothing/glasses/eyepatch
path = /obj/item/clothing/glaes/eyepatch

/datum/gear/eyewear/rpg_glasses
display_name = "Marine RPG Glasses"
path = /obj/item/clothing/glasses/regular
/datum/gear/eyewear/rpg_glaes
display_name = "Marine RPG Glaes"
path = /obj/item/clothing/glaes/regular
allowed_origins = USCM_ORIGINS

/datum/gear/eyewear/prescription_glasses
Expand Down Expand Up @@ -835,5 +835,5 @@ var/global/list/gear_datums_by_name = list()
allowed_origins = USCM_ORIGINS

/datum/gear/misc/patch_uscm/devils
display_name = "Solar Devilss shoulder patch"
display_name = "Solar Devils shoulder patch"
path = /obj/item/clothing/accessory/patch/devils

0 comments on commit 6cfed30

Please sign in to comment.