mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
disable reptilecheat on initgame
This commit is contained in:
@@ -403,6 +403,7 @@ EX void initgame() {
|
|||||||
|
|
||||||
tortoise::last21tort = 0;
|
tortoise::last21tort = 0;
|
||||||
cheater = 0;
|
cheater = 0;
|
||||||
|
if(!autocheat) reptilecheat = false;
|
||||||
if(autocheat) cheater = 1;
|
if(autocheat) cheater = 1;
|
||||||
if(!wfc::use_eclectic) cheater = 1;
|
if(!wfc::use_eclectic) cheater = 1;
|
||||||
if(!autocheat && !cheater && geometry == gNormal) patterns::whichShape = 0;
|
if(!autocheat && !cheater && geometry == gNormal) patterns::whichShape = 0;
|
||||||
|
Reference in New Issue
Block a user