mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	changed THE END to LEGAL::NONE
This commit is contained in:
		| @@ -300,7 +300,7 @@ extern vector<slide> rvslides_default; | ||||
|  | ||||
| void add_end(vector<slide>& s) { | ||||
|   s.emplace_back( | ||||
|     slide{"THE END", 99, LEGAL::ANY | FINALSLIDE, | ||||
|     slide{"THE END", 99, LEGAL::NONE | FINALSLIDE, | ||||
|     "Press '5' to leave the presentation.", | ||||
|     [] (presmode mode) { | ||||
|       if(mode == pmStart) firstland = specialland = laIce; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue