From 13149b6fe0d4df62d366d1efe3ae9df4c9d93258 Mon Sep 17 00:00:00 2001 From: Mark9013100 Date: Sun, 14 Feb 2016 04:36:07 -0500 Subject: [PATCH] Gives the UV light a toggle button. --- code/modules/detectivework/tools/uvlight.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/detectivework/tools/uvlight.dm b/code/modules/detectivework/tools/uvlight.dm index b4e77c0ff2..40b8e87326 100644 --- a/code/modules/detectivework/tools/uvlight.dm +++ b/code/modules/detectivework/tools/uvlight.dm @@ -5,6 +5,7 @@ slot_flags = SLOT_BELT w_class = 2 item_state = "electronic" + action_button_name = "Toggle UV light" matter = list(DEFAULT_WALL_MATERIAL = 150) origin_tech = list(TECH_MAGNET = 1, TECH_ENGINEERING = 1)