From c6141c3bde2ea71e15d10a2b7b4f9f420f9158d2 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:35:16 -0400 Subject: [PATCH] Update mapper.dm --- code/modules/holomap/mapper.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/holomap/mapper.dm b/code/modules/holomap/mapper.dm index a068c752ebd..a140b80dc2f 100644 --- a/code/modules/holomap/mapper.dm +++ b/code/modules/holomap/mapper.dm @@ -1,6 +1,9 @@ /obj/item/device/mapping_unit name = "mapping unit" desc = "A portable mapping unit, capable of locating other similar units on a map. Also has a short-range sonar mapping system." + description_info = "Use the device in your hand to add the mapping HUD to your screen. You can then power it on and change mapping modes.\ +
The device will show other powered-on mapping units on the map, as well as activated mapping beacons, but only of the same 'type' mapping unit.\ +
Normal mapping units can only display other normal beacons and mapping units, ERT mapping units can display other ERT, etc." icon_state = "mapping_unit" item_state = null w_class = ITEMSIZE_SMALL