Upgrades to battery boxes too, prevent frames from moving too often (one move every second max)

This commit is contained in:
Novatux
2014-05-23 19:51:23 +02:00
parent 68b7bcc28e
commit 6a08071d86
5 changed files with 110 additions and 23 deletions

View File

@ -15,5 +15,7 @@ technic.register_battery_box({
discharge_rate = 400000,
charge_step = 10000,
discharge_step = 40000,
upgrade = 1,
tube = 1,
})