mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
removed Crossroads from Chaos mode
This commit is contained in:
@@ -1111,6 +1111,9 @@ int isLandValid(eLand l) {
|
|||||||
if((l == laWhirlpool || l == laCamelot || l == laCaribbean || l == laTemple) && (bounded || chaosmode))
|
if((l == laWhirlpool || l == laCamelot || l == laCaribbean || l == laTemple) && (bounded || chaosmode))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
if(chaosmode && isCrossroads(l))
|
||||||
|
return 0;
|
||||||
|
|
||||||
// Temple and Hive has a special Chaos Mode variant, but they are still essentially unbounded
|
// Temple and Hive has a special Chaos Mode variant, but they are still essentially unbounded
|
||||||
if((l == laTemple || l == laHive) && bounded)
|
if((l == laTemple || l == laHive) && bounded)
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user