mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	closeplate radius in whirl is 3
This commit is contained in:
		
							
								
								
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							| @@ -3139,7 +3139,7 @@ void toggleGates(cell *ct, eWall type, int rad) { | ||||
| void toggleGates(cell *ct, eWall type) { | ||||
|   playSound(ct, "click"); | ||||
|   numgates = 0; | ||||
|   if(type == waClosePlate && nonbitrunc) | ||||
|   if(type == waClosePlate && nonbitrunc && !whirl::whirl) | ||||
|     toggleGates(ct, type, 2); | ||||
|   else | ||||
|     toggleGates(ct, type, 3); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue