Merge pull request #6722 from Heroman3003/powerfix

Fixes MCs not being rechargable
This commit is contained in:
Atermonera
2020-02-24 13:24:38 -08:00
committed by GitHub
3 changed files with 11 additions and 23 deletions
@@ -76,4 +76,7 @@
/obj/item/weapon/computer_hardware/battery_module/proc/charge_to_full()
if(battery)
battery.charge = battery.maxcharge
battery.charge = battery.maxcharge
/obj/item/weapon/computer_hardware/battery_module/get_cell()
return battery