diff --git a/landgen.cpp b/landgen.cpp index 19f9d80f..96caafba 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -1346,7 +1346,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) { c->wall = waChasm; else if(c->type == 6 && buildPrizeMirror(c, 1000)) {} - else + else if(!reptilecheat) whirlwind::switchTreasure(c); } ONEMPTY {