def get_random_possible_coastal_ship_position(self):
		"""Returns a position in water that is not at the border of the world
		but on the coast of an island.
		@return: Point"""
		return worldutils.get_random_possible_coastal_ship_position(self)
Example #2
0
    def get_random_possible_coastal_ship_position(self):
        """Returns a random position in water that is not at the border of the world
		but on the coast of an island.
		@return: Point"""
        return worldutils.get_random_possible_coastal_ship_position(self)