mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 18:07:41 +00:00
ungenerated land is now Isolator
This commit is contained in:
@@ -205,6 +205,9 @@ EX namespace elec {
|
||||
eCharge getCharge(cell *c) {
|
||||
bool ao = afterOrb && c->ligon;
|
||||
|
||||
/* not yet generated */
|
||||
if(c->land == laNone) return ecIsolator;
|
||||
|
||||
if(c->wall == waCharged) return ecCharged;
|
||||
if(c->wall == waSea || c->wall == waGrounded) return ecGrounded;
|
||||
if(c->wall == waSandstone || c->wall == waDeadTroll ||
|
||||
|
Reference in New Issue
Block a user