Arian
No more ghostbusting!!
What is it?

actually you can just set it deep, similar to submarine just deeperHow do you do an underwater feature? and doesn't someone already have a reef.
BTW love the shark bay graphic.

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
