mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
@@ -477,6 +477,9 @@
|
||||
results += 2
|
||||
return results
|
||||
|
||||
/obj/machinery/power/apc/get_cell()
|
||||
return cell
|
||||
|
||||
//attack with an item - open/close cover, insert cell, or (un)lock interface
|
||||
|
||||
/obj/machinery/power/apc/attackby(obj/item/W, mob/user)
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
charge = 0
|
||||
update_icon()
|
||||
|
||||
/obj/item/cell/get_cell()
|
||||
return src
|
||||
|
||||
/obj/item/cell/drain_power(var/drain_check, var/surge, var/power = 0)
|
||||
|
||||
if(drain_check)
|
||||
|
||||
Reference in New Issue
Block a user