Arian
No more ghostbusting!!
What is it?
How do you do an underwater feature? and doesn't someone already have a reef.
if not pPlot.isWater() and not pPlot.isAdjacentToLand(): continue #This plot must be a one tile island
if not pPlot.isWater() and not pPlot.isAdjacentToLand() and not pPlot.isGoody(): continue #This plot must be a one tile island or have a goody hut
if not pPlot.isWater() and not pPlot.isAdjacentToLand() [B]and not[/B] pPlot.isGoody(): continue #This plot must be a one tile island or have a goody hut
if not pPlot.isWater() and not pPlot.isAdjacentToLand() [B]or[/B] pPlot.isGoody(): continue #This plot must be a one tile island or have a goody hut