mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
CAP_TOUR guards added, more exported in hyper.h, general cleanup
This commit is contained in:
@@ -1612,8 +1612,6 @@ const landtype linf[landtypes] = {
|
||||
},
|
||||
};
|
||||
|
||||
struct landtacinfo { eLand l; int tries, multiplier; };
|
||||
|
||||
vector<landtacinfo> land_tac = {
|
||||
{laIce, 10, 1}, {laDesert, 10, 1},
|
||||
{laHunting, 5, 2},
|
||||
|
||||
Reference in New Issue
Block a user