its starting to be more stable

This commit is contained in:
2023-07-05 16:34:06 +02:00
parent 7554071405
commit da598c4475
7 changed files with 31 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class Price_Believe_Business(Business):
self.expense_per_prod=-1
self.income_per_unit = -1
self.distribute = Price_Believe_Distribiute_Agent(
simulation, self, production["name"], exchange, 0.2,production["amount"], 20)
simulation, self, production["name"], exchange, 0.2,production["amount"]*2, 20)
self.craft = AutoProductionAgent(simulation, self)
self.aquire = {}