From 6c6cfb085b26b278f7bbfb75f132f14edc64c8a9 Mon Sep 17 00:00:00 2001 From: MrPerson Date: Wed, 26 Mar 2014 21:49:01 -0700 Subject: [PATCH] Move disposal pipe verbs to the object tab --- code/modules/recycling/disposal-construction.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/recycling/disposal-construction.dm b/code/modules/recycling/disposal-construction.dm index f54574d5e93..9a0f243dbe7 100644 --- a/code/modules/recycling/disposal-construction.dm +++ b/code/modules/recycling/disposal-construction.dm @@ -85,6 +85,7 @@ // flip and rotate verbs verb/rotate() set name = "Rotate Pipe" + set category = "Object" set src in view(1) if(usr.stat) @@ -99,6 +100,7 @@ verb/flip() set name = "Flip Pipe" + set category = "Object" set src in view(1) if(usr.stat) return