mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
Chaos mode not works in Euclidean
This commit is contained in:
@@ -761,7 +761,12 @@ void clear_euland(eLand first) {
|
||||
}
|
||||
|
||||
eLand switchable(eLand nearland, eLand farland, int c) {
|
||||
if(specialland == laCrossroads4) {
|
||||
if(chaosmode) {
|
||||
if(hrand(6) == 0)
|
||||
return getNewLand(nearland);
|
||||
return nearland;
|
||||
}
|
||||
else if(specialland == laCrossroads4) {
|
||||
if(hrand(15) == 0)
|
||||
return getNewLand(nearland);
|
||||
return nearland;
|
||||
|
Reference in New Issue
Block a user