1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

lovasz completed

This commit is contained in:
Zeno Rogue
2021-04-15 18:21:05 +02:00
parent 9ffc5cd03f
commit 91bd0c2018
5 changed files with 35 additions and 5 deletions

View File

@@ -335,7 +335,7 @@ EX void initgame() {
generate_mines();
}
if(specialland == laMotion && bounded && ls::any_order() && !daily::on) {
if(in_lovasz()) {
cwt.at->item = itOrbInvis;
}