Lua: Tile change side effects not considered
If the side-effects cause changes to the city working the tile, the city needs refresh. Old callers do that themselves, but the lua API does not.
Reply To cazfi
If the side-effects cause changes to the city working the tile, the city needs refresh. Old callers do that themselves, but the lua API does not.
Fixed in latest version.
Similar to editor bug #46424.
Lua does not apply tile change side effects (cancelling illegal unit activities etc)