wow .. sieht gut aus

This commit is contained in:
2023-07-03 12:53:37 +02:00
parent 9ed01abea4
commit 1ca6b3d036
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ class Price_Believe_Business(Business):
self.expense_per_unit = -1
self.income_per_unit = -1
self.distribute = Price_Believe_Distribiute_Agent(
simulation, self, production["name"], exchange, 0.2, 30)
simulation, self, production["name"], exchange, 0.2, 50)
self.craft = AutoProductionAgent(simulation, self)
self.aquire = {}