oop, want this in the KA file not energy

This commit is contained in:
SteelSlayer
2019-10-02 02:03:26 -05:00
parent b895864a1a
commit a5e1b75aee
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -192,9 +192,6 @@
STOP_PROCESSING(SSobj, src)
. = ..()
/obj/item/gun/energy/kinetic_accelerator/proc/robocharge()
return
/obj/item/gun/energy/proc/robocharge()
if(isrobot(loc))
var/mob/living/silicon/robot/R = loc
@@ -131,6 +131,9 @@
/obj/item/gun/energy/kinetic_accelerator/emp_act(severity)
return
/obj/item/gun/energy/kinetic_accelerator/proc/robocharge()
return
/obj/item/gun/energy/kinetic_accelerator/proc/reload()
power_supply.give(500)
on_recharge()