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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user