mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-10 02:33:00 +00:00
a new Yendor Challenge: Living Caves
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user