mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
fixed the list of lands where windmap is necessary
This commit is contained in:
parent
c593c426b6
commit
e492ea09d9
@ -3040,7 +3040,7 @@ namespace windmap {
|
||||
}
|
||||
|
||||
int tries = 0;
|
||||
int maxtries = specialland == laVolcano || specialland == laWhirlwind || chaosmode ? 20 : 1;
|
||||
int maxtries = specialland == laVolcano || specialland == laBlizzard || chaosmode ? 20 : 1;
|
||||
tryagain:
|
||||
|
||||
for(int i=0; i<N; i++) windcodes[i] = hrand(256);
|
||||
|
Loading…
Reference in New Issue
Block a user