IEnumerator GrowthTick()
 {
     city.rain(cropYield * 10);
     city.expand();
     ticking = false;
     return(null);
 }