mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 14:32:59 +00:00
Mark trees as grounded walls.
This commit is contained in:
@@ -219,6 +219,8 @@ EX namespace elec {
|
|||||||
c->wall == waVinePlant ||
|
c->wall == waVinePlant ||
|
||||||
c->wall == waMetal || isAlchAny(c))
|
c->wall == waMetal || isAlchAny(c))
|
||||||
return isElectricLand(c) ? ecConductor : ecGrounded;
|
return isElectricLand(c) ? ecConductor : ecGrounded;
|
||||||
|
if(c->wall == waBigTree || c->wall == waSmallTree)
|
||||||
|
return ecGrounded;
|
||||||
if(c->wall == waBarrier)
|
if(c->wall == waBarrier)
|
||||||
return ecIsolator;
|
return ecIsolator;
|
||||||
if(c->wall == waChasm)
|
if(c->wall == waChasm)
|
||||||
|
|||||||
Reference in New Issue
Block a user