Nation activeNation = Game.getGame().getActiveNation();
if (activeNation != null) {
ConstructCity newCityChange
= new ConstructCity(field.getPosition(),
Game.getGame().getActiveNation());
newCityChange.execute();
SetPopulation setPopulation
= new SetPopulation(field.getPosition(), 1000);
setPopulation.execute();