Hi Sto.
I changed random.randint to use gc.getGame().getMapRand().get instead, so now it kinda works.
randint(1,100) returns a number from 1 to 100, but getMapRand.get(100,"") returns a number from 0 to 99 so I compensate for that. But I get lots and lots of resources. I've trimmed down the...