Fixes MCs not being rechargable

This commit is contained in:
Atermonera
2020-02-24 13:24:38 -08:00
committed by VirgoBot
parent bfa123c1f0
commit b353ec7d01
3 changed files with 14 additions and 22 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