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

further cleanup

This commit is contained in:
Zeno Rogue
2019-08-09 23:24:33 +02:00
parent 05bd7a905c
commit 65c4e6a31c
12 changed files with 88 additions and 236 deletions

View File

@@ -69,7 +69,8 @@ EX eLand oppositeElement(eLand l, eLand l2) {
// land unlocking
EX eLand firstland = laIce, specialland = laIce;
EX eLand firstland = laIce;
EX eLand specialland = laIce;
EX int chaosmode = 0;