The code that checks if bubbles should spawn has changed.
Specifically GameLocation::isOpenWater.
On 1.4 it checked the building layer for a Passable property, returning false if this was present
On 1.5 it returns false if any tile is present on the building layer.
For most locations this is...