You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orion Pulse Unit Magazines have negative value when empty, because tankCost value is wrong.
I think in OrionTank.cfg tankCost line should be:
tankCost = 2000000;2000000;2000000;2000000
instead of current 1001000 value. This causes bugs like GC not able to construct anything which contains this part. With proper tankCost, GC build works fine.
The text was updated successfully, but these errors were encountered:
Orion Pulse Unit Magazines have negative value when empty, because tankCost value is wrong.
I think in OrionTank.cfg tankCost line should be:
tankCost = 2000000;2000000;2000000;2000000
instead of current 1001000 value. This causes bugs like GC not able to construct anything which contains this part. With proper tankCost, GC build works fine.
The text was updated successfully, but these errors were encountered: