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