1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

more map effects for the new stuff

This commit is contained in:
Zeno Rogue
2020-02-29 04:07:17 +01:00
parent 395d56f581
commit eb15070ac4
5 changed files with 15 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ EX bool boatGoesThrough(cell *c) {
c->wall == waDeadfloor || c->wall == waCIsland || c->wall == waCIsland2 ||
c->wall == waMineUnknown || c->wall == waMineMine || c->wall == waMineOpen ||
c->wall == waBonfireOff || c->wall == waFire || c->wall == waPartialFire ||
c->wall == waArrowTrap;
c->wall == waArrowTrap || c->wall == waShallow;
}
EX void become_water(cell *c) {