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)