From 8bea3ac5e8b9caaf8bd38cdeb14ef4f5ef1bb865 Mon Sep 17 00:00:00 2001 From: Max-023 Date: Sat, 14 Sep 2024 19:00:25 -0400 Subject: [PATCH] Desc Alteration --- code/modules/clothing/glasses/night.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/night.dm b/code/modules/clothing/glasses/night.dm index 38df8031d8..496e6dd462 100644 --- a/code/modules/clothing/glasses/night.dm +++ b/code/modules/clothing/glasses/night.dm @@ -89,7 +89,7 @@ /obj/item/clothing/glasses/night/m56_goggles name = "\improper M56 head mounted sight" gender = NEUTER - desc = "A headset and goggles system for the M56 Smartgun weapon system. Has a low-res short-range imager, allowing for view of terrain." + desc = "A headset and optic system for the M56 Smartgun weapon system. Has a low-res short-range imager, allowing for view of terrain." icon = 'icons/obj/items/clothing/glasses.dmi' icon_state = "m56_goggles" deactive_state = "m56_goggles_0"