From 9eee328d34da432b85b819ccd6c77815a242df21 Mon Sep 17 00:00:00 2001 From: Segrain Date: Thu, 19 Sep 2013 08:30:05 +0300 Subject: [PATCH] Verb categories. --- code/WorkInProgress/autopsy.dm | 1 + code/game/machinery/iv_drip.dm | 1 + code/modules/recycling/disposal-construction.dm | 2 ++ 3 files changed, 4 insertions(+) diff --git a/code/WorkInProgress/autopsy.dm b/code/WorkInProgress/autopsy.dm index 8c5fbf7661e..280c40d8076 100644 --- a/code/WorkInProgress/autopsy.dm +++ b/code/WorkInProgress/autopsy.dm @@ -76,6 +76,7 @@ chemtraces += V /obj/item/weapon/autopsy_scanner/verb/print_data() + set category = "Object" set src in view(usr, 1) set name = "Print Data" if(usr.stat || !(istype(usr,/mob/living/carbon/human))) diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 2074bfd3ff5..970048272aa 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -128,6 +128,7 @@ /obj/machinery/iv_drip/verb/toggle_mode() + set category = "Object" set name = "Toggle Mode" set src in view(1) diff --git a/code/modules/recycling/disposal-construction.dm b/code/modules/recycling/disposal-construction.dm index e914d730c2d..9bf34ff6c02 100644 --- a/code/modules/recycling/disposal-construction.dm +++ b/code/modules/recycling/disposal-construction.dm @@ -84,6 +84,7 @@ // flip and rotate verbs verb/rotate() + set category = "Object" set name = "Rotate Pipe" set src in view(1) @@ -98,6 +99,7 @@ update() verb/flip() + set category = "Object" set name = "Flip Pipe" set src in view(1) if(usr.stat)