mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
reduced openplains dlimit in archimedean
This commit is contained in:
parent
28b0e7afa7
commit
881a72c45b
@ -1152,6 +1152,7 @@ bool openplains(cell *c) {
|
||||
return true;
|
||||
}
|
||||
int dlimit = getDistLimit();
|
||||
if(archimedean) dlimit--;
|
||||
if(dlimit < 7) {
|
||||
celllister cl(c, dlimit, 1000000, NULL);
|
||||
int bad = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user