From 9a2f8e152933dde33bcac37f6661f6d5badd09d7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 29 Feb 2020 00:16:35 +0100 Subject: [PATCH] new lands in the lists and in YC --- landlock.cpp | 3 ++- yendor.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/landlock.cpp b/landlock.cpp index 0ce3de7d..a3a5dfdb 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -475,7 +475,7 @@ EX eLand getNewLand(eLand old) { EX vector land_over = { laIce, laCaves, laDesert, laHunting, laMotion, laJungle, laAlchemist, laCrossroads, - laMirror, laMirrorOld, laMinefield, laPalace, laPrincessQuest, laZebra, laSwitch, laReptile, + laMirror, laMirrorOld, laMinefield, laPalace, laPrincessQuest, laZebra, laSwitch, laReptile, laWet, laOcean, laDocks, laWarpCoast, laLivefjord, laKraken, laCaribbean, laBrownian, laWhirlpool, laRlyeh, laTemple, laIvoryTower, laEndorian, laWestWall, laDungeon, laMountain, laCrossroads2, @@ -484,6 +484,7 @@ EX vector land_over = { laDragon, laTortoise, laOvergrown, laClearing, laStorms, laBurial, laWhirlwind, laBlizzard, + laFrog, laEclectic, laRuins, laEmerald, laVariant, laCamelot, laPrairie, laBull, laTerracotta, laRose, laElementalWall, laTrollheim, diff --git a/yendor.cpp b/yendor.cpp index 14d70317..374cc8b8 100644 --- a/yendor.cpp +++ b/yendor.cpp @@ -74,7 +74,7 @@ EX namespace yendor { int flags; }; - #define YENDORLEVELS 33 + #define YENDORLEVELS 34 #endif EX map> bestscore; @@ -117,6 +117,7 @@ EX namespace yendor { {laRuins, YF_DEAD}, {laCaves, YF_DEAD5}, {laWestWall, YF_START_CR}, + {laEclectic, 0}, // {laVariant, YF_DEAD5}, (I do not think this works) };