1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-06 09:50:16 +00:00

Merge pull request #352 from jlmjlm/gal21b

Make tortoise if first 21/21 tile created in > 100 turns.
This commit is contained in:
Zeno Rogue
2023-12-17 17:58:10 +01:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -377,6 +377,7 @@ EX void initgame() {
sagephase = 0; hardcoreAt = 0;
timerstopped = false;
savecount = 0; savetime = 0;
tortoise::last21tort = 0;
cheater = 0;
if(autocheat) cheater = 1;
if(!wfc::use_eclectic) cheater = 1;