1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 19:27:54 +00:00

fixed racing official track generation

This commit is contained in:
Zeno Rogue
2022-02-02 03:07:12 +01:00
parent fd634e6de8
commit 064ac7de63
6 changed files with 84 additions and 7 deletions

View File

@@ -570,6 +570,7 @@ EX void placeLocalSpecial(cell *c, int outof, int loc IS(1), int priz IS(1)) {
}
EX void placeCrossroadOrbs(cell *c) {
if(racing::on) return;
if(peace::on) return;
if(daily::on) return;
for(auto& oi: orbinfos) {