UmbraSpaceIndustries / NuclearRockets

Nuclear Pulse Drives for KSP!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong OrionTank cost values

bounty123 opened this issue · comments

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.