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:
parent
26f4a1e6f4
commit
ab714a836e
@ -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)
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user