Map Event
. In this case there is a random spot on the map that is surrounded with stars. The player who finds and reachs it first get some bonuses.
When I developed it, the system picked random spot by checking that the tile on Game layer should be empty and I forgot to check that Front layer tile should be empty too.
It is fixed now