platyping
Sleeping Dragon
1) Check if city is coastal, which you already know how to do.
2) If yes, ignore. If no, check if city is along a river.
3) If yes, ignore, if no destroy.
2) If yes, ignore. If no, check if city is along a river.
3) If yes, ignore, if no destroy.
Code:
pPlot = pCity.plot()
if pPlot.isRiver():