1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

chaosmode variants (CLI only for now)

This commit is contained in:
Zeno Rogue
2019-05-27 07:17:39 +02:00
parent 638274504c
commit 2b1aebb9b4
9 changed files with 73 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ eLand oppositeElement(eLand l, eLand l2) {
eLand firstland = laIce, specialland = laIce;
bool chaosmode = false;
int chaosmode = 0;
bool landUnlockedRPM(eLand n) {
if(isRandland(n) == 2) return true;