Fixes MCs not being rechargable

This commit is contained in:
Heroman
2020-02-22 11:28:17 +10:00
parent 45071a0f4c
commit 5d786ff855
3 changed files with 11 additions and 2 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