From c64620087971b81ff94cc13be2ec146e9210fe79 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 11 Feb 2018 23:30:36 +0100 Subject: [PATCH] a new Yendor Challenge: Living Caves --- yendor.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yendor.cpp b/yendor.cpp index 22b5272f..3560d38f 100644 --- a/yendor.cpp +++ b/yendor.cpp @@ -45,7 +45,7 @@ namespace yendor { int challenge; // id of the challenge int lastchallenge; - #define YENDORLEVELS 31 + #define YENDORLEVELS 32 map> bestscore; @@ -84,7 +84,8 @@ namespace yendor { {laReptile, 0}, {laTortoise, YF_RECALL}, {laCocytus, YF_NEAR_FJORD}, - {laRuins, YF_DEAD} + {laRuins, YF_DEAD}, + {laCaves, YF_DEAD5} }; int tscorelast;