Moar Object verb removal/switch to right-click

This commit is contained in:
ZomgPonies
2014-07-15 09:18:37 -04:00
parent 88098da3c7
commit 4bfb46037f
9 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -262,7 +262,7 @@
/obj/structure/window/verb/rotate()
set name = "Rotate Window Counter-Clockwise"
set category = "Object"
set category = null
set src in oview(1)
if(anchored)
@@ -279,7 +279,7 @@
/obj/structure/window/verb/revrotate()
set name = "Rotate Window Clockwise"
set category = "Object"
set category = null
set src in oview(1)
if(anchored)