diff --git a/code/modules/client/preference/loadout/loadout_cosmetics.dm b/code/modules/client/preference/loadout/loadout_cosmetics.dm index 6fc2c7f321b..0b47a299ce6 100644 --- a/code/modules/client/preference/loadout/loadout_cosmetics.dm +++ b/code/modules/client/preference/loadout/loadout_cosmetics.dm @@ -13,4 +13,8 @@ /datum/gear/lipstick/red display_name = "lipstick, red" - path = /obj/item/weapon/lipstick \ No newline at end of file + path = /obj/item/weapon/lipstick + +/datum/gear/monocle + display_name = "monocle" + path = /obj/item/clothing/glasses/monocle \ No newline at end of file diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index dca868d1f4d..3c6cdd2572f 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -158,6 +158,7 @@ desc = "Such a dapper eyepiece!" icon_state = "monocle" item_state = "headset" // lol + prescription_upgradable = 1 species_fit = list("Vox") sprite_sheets = list( "Vox" = 'icons/mob/species/vox/eyes.dmi',