mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52: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 == waMetal || isAlchAny(c))  | ||||
|         return isElectricLand(c) ? ecConductor : ecGrounded;  | ||||
|     if(c->wall == waBigTree || c->wall == waSmallTree) | ||||
|         return ecGrounded; | ||||
|     if(c->wall == waBarrier) | ||||
|       return ecIsolator; | ||||
|     if(c->wall == waChasm) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jacob Mandelson
					Jacob Mandelson