Project

General

Profile

Bug #590 » 0004-Check-whether-border-should-be-cleared-when-reclaimi.patch

main - Alina Lenk, 05/12/2024 12:56 AM

View differences:

server/maphand.c
}
claimer = tile_claimer(ptile);
if (claimer != NULL && is_ocean_tile(ptile)) {
if (claimer != NULL) {
if (!is_tile_claimable(ptile, claimer, tile_owner(ptile))) {
map_clear_border(ptile);
}
(1-1/2)