mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +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
	 Zeno Rogue
					Zeno Rogue