mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
Windy: no more treasures with reptilecheat
This commit is contained in:
parent
2347e07900
commit
95aace3566
@ -1346,7 +1346,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
c->wall = waChasm;
|
c->wall = waChasm;
|
||||||
else if(c->type == 6 && buildPrizeMirror(c, 1000))
|
else if(c->type == 6 && buildPrizeMirror(c, 1000))
|
||||||
{}
|
{}
|
||||||
else
|
else if(!reptilecheat)
|
||||||
whirlwind::switchTreasure(c);
|
whirlwind::switchTreasure(c);
|
||||||
}
|
}
|
||||||
ONEMPTY {
|
ONEMPTY {
|
||||||
|
Loading…
Reference in New Issue
Block a user