Restores a Few Object Verbs

This commit is contained in:
Fox-McCloud
2016-01-04 16:42:53 -05:00
parent 103372e92b
commit a7d1bcce4e
3 changed files with 5 additions and 5 deletions
@@ -49,7 +49,7 @@
/obj/structure/stool/bed/chair/verb/rotate()
set name = "Rotate Chair"
set category = null
set category = "Object"
set src in oview(1)
if(config.ghost_interaction)
+2 -2
View File
@@ -273,7 +273,7 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f
/obj/structure/window/verb/rotate()
set name = "Rotate Window Counter-Clockwise"
set category = null
set category = "Object"
set src in oview(1)
if(anchored)
@@ -289,7 +289,7 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f
/obj/structure/window/verb/revrotate()
set name = "Rotate Window Clockwise"
set category = null
set category = "Object"
set src in oview(1)
if(anchored)