1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 21:08:06 +00:00

'remove faraway cells from the memory' option

This commit is contained in:
Zeno Rogue
2018-01-25 19:49:19 +01:00
parent 91a07dd856
commit 8713d34d19
12 changed files with 58 additions and 6 deletions

View File

@@ -1604,6 +1604,12 @@ const landtype linf[landtypes] = {
{ 0x306030, "Ruined City", ruindesc},
{ 0x306030, "Magnetosphere", NODESCYET},
{ 0x306030, "Jelly Kingdom", jellydesc},
{ 0xFF00FF, "Lost Memory",
"Because of the properties of hyperbolic geometry, it is extremely unlikely to randomly "
"get back to a faraway place you have been to. However, you have managed to get there "
"somehow. In the meantime, its memory has been cleared, since the 'remove faraway cells from the memory'"
" option was on."
},
};
struct landtacinfo { eLand l; int tries, multiplier; };