1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 04:48:06 +00:00

highlights in special modes

This commit is contained in:
Zeno Rogue
2021-02-06 02:55:51 +01:00
parent 2b2bdbdb54
commit c57566f9da
5 changed files with 176 additions and 20 deletions

View File

@@ -3924,6 +3924,21 @@ EX namespace halloween {
items[itOrbShell] += 5;
}
}
EX void start_all() {
popScreenAll();
resetModes('g');
stampbase = ticks;
if(!sphere) {
stop_game();
specialland = laHalloween;
set_geometry(gSphere);
start_game();
pconf.alpha = 999;
pconf.scale = 998;
}
}
EX }
// ... also includes the Ivory Tower