its starting to be more stable
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user