Skip to content

Commit

Permalink
fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
polygoblyn committed Oct 9, 2023
1 parent 6839b25 commit 191592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/loadouts/items/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GLOBAL_LIST_INIT(loadout_glasses, generate_loadout_items(/datum/loadout_item/gla
name = "Eyepatch"
item_path = /obj/item/clothing/glasses/

datum/loadout_item/glasses/eyepatch_medical
/datum/loadout_item/glasses/eyepatch_medical
name = "Medical Eyepatch"
item_path = /obj/item/clothing/glasses/eyepatch/medical

Expand Down

0 comments on commit 191592c

Please sign in to comment.