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
+2 -2
View File
@@ -955,7 +955,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
if(!silent) O.show_message(text("\icon[src] *[ttone]*"))
/obj/item/device/pda/verb/verb_remove_id()
set category = null
set category = "Object"
set name = "Remove id"
set src in usr
@@ -972,7 +972,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda/verb/verb_remove_pen()
set category = null
set category = "Object"
set name = "Remove pen"
set src in usr
@@ -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)