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
@@ -337,7 +337,7 @@
/obj/structure/closet/verb/verb_toggleopen()
set src in oview(1)
set category = "Object"
set category = null
set name = "Toggle Open"
if(!usr.canmove || usr.stat || usr.restrained())
@@ -163,7 +163,7 @@
/obj/structure/closet/crate/secure/verb/verb_togglelock()
set src in oview(1) // One square distance
set category = "Object"
set category = null
set name = "Toggle Lock"
if(!usr.canmove || usr.stat || usr.restrained()) // Don't use it if you're not able to! Checks for stuns, ghost and restrain
@@ -49,7 +49,7 @@
/obj/structure/stool/bed/chair/verb/rotate()
set name = "Rotate Chair"
set category = "Object"
set category = null
set src in oview(1)
if(config.ghost_interaction)
+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)