mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
added the missing lands to PTM
This commit is contained in:
parent
227171ca05
commit
d027969f70
@ -702,6 +702,7 @@ EX vector<landtacinfo> land_tac = {
|
||||
{laBrownian, 10, 1},
|
||||
{laVariant, 10, 1},
|
||||
{laWestWall, 10, 1},
|
||||
{laWet, 10, 1}, {laFrog, 10, 1}, {laEclectic, 10, 1},
|
||||
};
|
||||
|
||||
EX vector<eLand> randlands = {
|
||||
|
Loading…
Reference in New Issue
Block a user