mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
PTM definitions for the new lands
This commit is contained in:
parent
797a852b31
commit
b2aed8d814
@ -1715,7 +1715,11 @@ vector<landtacinfo> land_tac = {
|
||||
{laWildWest, 10, 1},
|
||||
{laDual, 10, 1},
|
||||
{laSnakeNest, 10, 1},
|
||||
{laDocks, 10, 1}
|
||||
{laDocks, 10, 1},
|
||||
|
||||
{laBrownian, 10, 1},
|
||||
{laVariant, 10, 1},
|
||||
{laWestWall, 10, 1},
|
||||
};
|
||||
|
||||
vector<eLand> randlands = {
|
||||
|
Loading…
Reference in New Issue
Block a user