makeEmpty do nothing in Canvas

This commit is contained in:
Zeno Rogue 2020-07-03 15:19:37 +02:00
parent 26f4a1e6f4
commit ab714a836e
1 changed files with 2 additions and 1 deletions

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)
;