mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Ninja Fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user