mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	replaced 'archimedean' with 'arcm::in()'
This commit is contained in:
		
							
								
								
									
										2
									
								
								quit.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								quit.cpp
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ | ||||
| #include "hyper.h" | ||||
| namespace hr { | ||||
|  | ||||
| EX bool quitsaves() { return (items[itOrbSafety] && CAP_SAVE && !archimedean); } | ||||
| EX bool quitsaves() { return (items[itOrbSafety] && CAP_SAVE && !arcm::in()); } | ||||
|  | ||||
| EX bool needConfirmationEvenIfSaved() { | ||||
|   return canmove && (gold() >= 30 || tkills() >= 50) && !cheater; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue