Merge pull request #7026 from VOREStation/vplk-update-power-usage

More machinery power update_var() proc usage
This commit is contained in:
Atermonera
2020-04-25 12:54:30 -07:00
committed by GitHub
22 changed files with 65 additions and 39 deletions

View File

@@ -64,4 +64,4 @@
T.maxhealth = round(initial(T.maxhealth) * 1.4)
T.shot_delay = round(initial(T.shot_delay) / 2)
T.auto_repair = 1
T.active_power_usage = round(initial(T.active_power_usage) * 5)
T.update_active_power_usage(round(initial(T.active_power_usage) * 5))