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
@@ -71,7 +71,7 @@
//Quickfix until Snapshot works out how he wants to redo power. ~Z
/obj/item/device/laptop/verb/eject_id()
set category = "Object"
set category = null
set name = "Eject ID Card"
set src in oview(1)
@@ -79,7 +79,7 @@
stored_computer.eject_id()
/obj/machinery/computer3/laptop/verb/eject_id()
set category = "Object"
set category = null
set name = "Eject ID Card"
set src in oview(1)