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

@ -16,5 +16,7 @@ technic.register_battery_box({
discharge_rate = 80000,
charge_step = 2000,
discharge_step = 8000,
upgrade = 1,
tube = 1,
})