mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02: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
	 Jacob Mandelson
					Jacob Mandelson