improvements and fixes.

This commit is contained in:
Shadowlight213
2016-08-10 21:29:11 -07:00
parent 82bd4532d7
commit c85210b0c7
8 changed files with 63 additions and 31 deletions
@@ -63,7 +63,7 @@
/obj/item/weapon/computer_hardware/battery_module/New()
battery = new/obj/item/weapon/stock_parts/cell(src)
battery.maxcharge = battery_rating
battery.charge = 0
battery.charge = battery.maxcharge/2
..()
/obj/item/weapon/computer_hardware/battery_module/proc/charge_to_full()