From fe5fcc164b75c8adeb920f92d605adaa256732a7 Mon Sep 17 00:00:00 2001 From: Tiresoup <94724497+Tiresoup@users.noreply.github.com> Date: Sun, 5 Dec 2021 04:55:55 -0500 Subject: [PATCH] Removes References to Radiation From Engine Goggle Description (#63230) Removes the line "and the Radiation Scanner mode lets you see objects contaminated by radiation" from the scanner goggle description. Scanner goggles can no longer detect radiation as of 0f3c4e51f720d349078e610bcadcfbaef5c93de3, the old examine text was misleading. --- code/modules/clothing/glasses/engine_goggles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/engine_goggles.dm b/code/modules/clothing/glasses/engine_goggles.dm index 0f3c24cc159..43324a63629 100644 --- a/code/modules/clothing/glasses/engine_goggles.dm +++ b/code/modules/clothing/glasses/engine_goggles.dm @@ -8,7 +8,7 @@ /obj/item/clothing/glasses/meson/engine name = "engineering scanner goggles" - desc = "Goggles used by engineers. The Meson Scanner mode lets you see basic structural and terrain layouts through walls, the T-ray Scanner mode lets you see underfloor objects such as cables and pipes, and the Radiation Scanner mode lets you see objects contaminated by radiation." + desc = "Goggles used by engineers. The Meson Scanner mode lets you see basic structural and terrain layouts through walls and the T-ray Scanner mode lets you see underfloor objects such as cables and pipes." icon_state = "trayson-meson" inhand_icon_state = "trayson-meson" actions_types = list(/datum/action/item_action/toggle_mode)