1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 22:57:38 +00:00

added Domination to Snake Nest; set some data

This commit is contained in:
Zeno Rogue
2017-12-21 16:35:19 +01:00
parent 5fd524fa62
commit d5bca73757
8 changed files with 30 additions and 20 deletions

View File

@@ -647,7 +647,7 @@ namespace tactic {
{
dynamicval<bool> t(tactic::on, true);
generateLandList(isLandValid);
generateLandList(isLandValid2);
}
int nl = size(landlist);