mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
oop, want this in the KA file not energy
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user