11
11
low = 5000, med = 6000, high = 8000,
16
24
self.indicator = Tile:new{ image = 'data/planet1ind.png' }
17
25
the.indicators:add(self.indicator)
19
39
while #self.goods == 0 do
20
40
for _, good in ipairs(self.potentialGoods) do
21
41
if math.random() < good.chance then