mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-21 16:14:49 +00:00
makeEmpty do nothing in Canvas
This commit is contained in:
@@ -696,7 +696,8 @@ EX bool makeEmpty(cell *c) {
|
|||||||
else c->monst = moNone;
|
else c->monst = moNone;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(c->land == laCocytus)
|
if(c->land == laCanvas) ;
|
||||||
|
else if(c->land == laCocytus)
|
||||||
c->wall = waFrozenLake;
|
c->wall = waFrozenLake;
|
||||||
else if(c->land == laAlchemist || c->land == laCanvas)
|
else if(c->land == laAlchemist || c->land == laCanvas)
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user