mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
Orb of Air now affects boats, statues, thumpers, and barrels
This commit is contained in:
@@ -31,6 +31,10 @@ bool isWatery(cell *c) {
|
||||
return c->wall == waCamelotMoat || c->wall == waSea || c->wall == waLake;
|
||||
}
|
||||
|
||||
bool isBoat(cell *c) {
|
||||
return among(c->wall, waBoat, waStrandedBoat);
|
||||
}
|
||||
|
||||
bool isChasmy(cell *c) {
|
||||
return c->wall == waChasm || c->wall == waSulphur || c->wall == waSulphurC || c->wall == waBubble ||
|
||||
c->wall == waMercury;
|
||||
|
Reference in New Issue
Block a user