1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +00:00

makeEmpty do nothing in Canvas

This commit is contained in:
Zeno Rogue 2020-07-03 15:19:37 +02:00
parent 26f4a1e6f4
commit ab714a836e

View File

@ -696,7 +696,8 @@ EX bool makeEmpty(cell *c) {
else c->monst = moNone;
}
if(c->land == laCocytus)
if(c->land == laCanvas) ;
else if(c->land == laCocytus)
c->wall = waFrozenLake;
else if(c->land == laAlchemist || c->land == laCanvas)
;