mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 05:43:56 +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},
|
{laWildWest, 10, 1},
|
||||||
{laDual, 10, 1},
|
{laDual, 10, 1},
|
||||||
{laSnakeNest, 10, 1},
|
{laSnakeNest, 10, 1},
|
||||||
{laDocks, 10, 1}
|
{laDocks, 10, 1},
|
||||||
|
|
||||||
|
{laBrownian, 10, 1},
|
||||||
|
{laVariant, 10, 1},
|
||||||
|
{laWestWall, 10, 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
vector<eLand> randlands = {
|
vector<eLand> randlands = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user