1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-28 08:22:18 +00:00

disable reptilecheat on initgame

This commit is contained in:
Zeno Rogue 2025-08-19 00:48:16 +02:00
parent 43d15fa408
commit f5f21ae95b

View File

@ -403,6 +403,7 @@ EX void initgame() {
tortoise::last21tort = 0;
cheater = 0;
if(!autocheat) reptilecheat = false;
if(autocheat) cheater = 1;
if(!wfc::use_eclectic) cheater = 1;
if(!autocheat && !cheater && geometry == gNormal) patterns::whichShape = 0;