Merge pull request #12421 from SteelSlayer/mining-borg-gps-fix

Mining borg QoL update and fix
This commit is contained in:
Fox McCloud
2019-10-02 20:46:48 -04:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
@@ -573,6 +573,10 @@ var/list/robot_verbs_default = list(
statpanel("Status")
if(client.statpanel == "Status")
show_cell_power()
var/total_user_contents = GetAllContents()
if(locate(/obj/item/gps/cyborg) in total_user_contents)
var/turf/T = get_turf(src)
stat(null, "GPS: [COORD(T)]")
/mob/living/silicon/robot/restrained()
return 0
@@ -132,6 +132,9 @@
/obj/item/gun/energy/kinetic_accelerator/emp_act(severity)
return
/obj/item/gun/energy/kinetic_accelerator/robocharge()
return
/obj/item/gun/energy/kinetic_accelerator/proc/reload()
power_supply.give(500)
on_recharge()