Ninja Fixes

This commit is contained in:
SamCroswell
2013-12-23 05:37:28 -05:00
parent 0bc3806759
commit 436d0e1f6b
4 changed files with 34 additions and 25 deletions
+8
View File
@@ -94,6 +94,14 @@
A.add_fingerprint(H)
drain("MECHA",A,suit)
return 1
/*
Commented out for further tweaks, at the moment it instantly drains everything the cell
has with no regard for how large the cell in your suit is. This is silly.
if(istype(A,/obj/item/weapon/cell))
A.add_fingerprint(H)
drain("CELL",A,suit)
return 1
*/
// download research
if(istype(A,/obj/machinery/computer/rdconsole))