[MIRROR] Removes References to Radiation From Engine Goggle Description [MDB IGNORE] (#9881)

* 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 0f3c4e51f7, the old examine text was misleading.

* Removes References to Radiation From Engine Goggle Description

Co-authored-by: Tiresoup <94724497+Tiresoup@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-05 10:07:18 -05:00
committed by GitHub
co-authored by Tiresoup
parent eaf45d9219
commit d7f14b05de
@@ -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)