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:
parent
43d15fa408
commit
f5f21ae95b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user