mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	Show "Return to the normal game" in the Yendor menu iff Yendor mode is on.
This eliminates the need to explain why it's a no-op half of the time.
This commit is contained in:
		| @@ -488,6 +488,7 @@ namespace yendor { | |||||||
|       } |       } | ||||||
|  |  | ||||||
|     dialog::addBreak(60); |     dialog::addBreak(60); | ||||||
|  |     if (yendor::on) | ||||||
|       dialog::addItem(XLAT("Return to the normal game"), '0'); |       dialog::addItem(XLAT("Return to the normal game"), '0'); | ||||||
|     dialog::addSelItem(XLAT( |     dialog::addSelItem(XLAT( | ||||||
|       easy ? "Challenges do not get harder" : "Each challenge gets harder after each victory"), |       easy ? "Challenges do not get harder" : "Each challenge gets harder after each victory"), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Arthur O'Dwyer
					Arthur O'Dwyer