From 191592c7b623b5d6f54585de0f23740c97443f88 Mon Sep 17 00:00:00 2001 From: "DESKTOP-M4GD565\\LME" Date: Mon, 9 Oct 2023 00:10:15 -0700 Subject: [PATCH] fix relative path --- monkestation/code/modules/loadouts/items/glasses.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/modules/loadouts/items/glasses.dm b/monkestation/code/modules/loadouts/items/glasses.dm index a81ba50600dc..e95e76014cde 100644 --- a/monkestation/code/modules/loadouts/items/glasses.dm +++ b/monkestation/code/modules/loadouts/items/glasses.dm @@ -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