diff --git a/common/build.h b/common/build.h index 9c3bfb8..e66a4be 100644 --- a/common/build.h +++ b/common/build.h @@ -1,2 +1,2 @@ /* This file is generated by git */ -#define BUILD "505" +#define BUILD "506" diff --git a/common/map.c b/common/map.c index f025fd5..53ef320 100644 --- a/common/map.c +++ b/common/map.c @@ -341,7 +341,7 @@ static void map_find_land(dw_map *map, int one, int two, uint8_t *x, uint8_t *y, int spot_index, loop = 0; for (;;) { - if (!ignore_vanilla && !RANDOM_MAP(map) && loop < 50) { + if (!ignore_vanilla && !RANDOM_MAP(map) && loop < 200) { spot_index = mt_rand(0, VAN_SPOT_COUNT-1); *x = vanilla_spots[spot_index][0]; *y = vanilla_spots[spot_index][1];