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