1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

a new Yendor Challenge: Living Caves

This commit is contained in:
Zeno Rogue 2018-02-11 23:30:36 +01:00
parent b75f3e5575
commit c646200879

View File

@ -45,7 +45,7 @@ namespace yendor {
int challenge; // id of the challenge int challenge; // id of the challenge
int lastchallenge; int lastchallenge;
#define YENDORLEVELS 31 #define YENDORLEVELS 32
map<modecode_t, array<int, YENDORLEVELS>> bestscore; map<modecode_t, array<int, YENDORLEVELS>> bestscore;
@ -84,7 +84,8 @@ namespace yendor {
{laReptile, 0}, {laReptile, 0},
{laTortoise, YF_RECALL}, {laTortoise, YF_RECALL},
{laCocytus, YF_NEAR_FJORD}, {laCocytus, YF_NEAR_FJORD},
{laRuins, YF_DEAD} {laRuins, YF_DEAD},
{laCaves, YF_DEAD5}
}; };
int tscorelast; int tscorelast;