Windy: no more treasures with reptilecheat

This commit is contained in:
Zeno Rogue 2020-03-16 21:05:11 +01:00
parent 2347e07900
commit 95aace3566
1 changed files with 1 additions and 1 deletions

View File

@ -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 {