Territory claiming bases cache badly filled
ruleset.c fills terr_claimers cache based on territory_claiming_base(), that depends on base's border_sq information, before that border_sq information is set.
This is also the root cause for CI test failures -> pushing immediately as an emergency fix.
ruleset.c fills terr_claimers cache based on territory_claiming_base(), that depends on base's border_sq information, before that border_sq information is set.