From 062cbaed29362a0edd80f5908cb68b9feee47c72 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Thu, 29 Dec 2022 19:34:14 -0600 Subject: [PATCH] wow does that actually compile --- code/modules/clothing/glasses/_glasses.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/_glasses.dm b/code/modules/clothing/glasses/_glasses.dm index 1f6de94092..e55a092b32 100644 --- a/code/modules/clothing/glasses/_glasses.dm +++ b/code/modules/clothing/glasses/_glasses.dm @@ -29,7 +29,7 @@ /obj/item/clothing/glasses/proc/prescribe() vision_correction = TRUE - name = "prescription [src]" + name = "prescription [name]" desc += " These have been fitted with a prescription overlay device, and thus correct some vision deficiencies." /obj/item/clothing/glasses/visor_toggling()