We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c84b2ed + 25b35ee commit 5723a67Copy full SHA for 5723a67
revoletion/blocks.py
@@ -602,7 +602,7 @@ def calc_capex_init(self):
602
603
# replacements are full cost irrespective of existing size
604
self.capex_replacement = (sum([com.size_existing + com.size_additional for com in self.commodities.values()]) *
605
- self.capex_spec + self.capex_fix)
+ self.capex_spec + self.capex_fix * self.num)
606
607
def calc_capex_init_existing(self):
608
self.capex_fix = self.capex_glider + self.capex_charger
0 commit comments