mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	added a message when trying to perform an impossible skip-turn
This commit is contained in:
		| @@ -122,8 +122,11 @@ namespace dual { | |||||||
|         movepcto(d, subdir, false); |         movepcto(d, subdir, false); | ||||||
|         if(k == 0) turncount--; |         if(k == 0) turncount--; | ||||||
|         } |         } | ||||||
|  |       if(!ok) { | ||||||
|  |         addMessage(XLAT("Impossible.")); | ||||||
|  |         } | ||||||
|       switch_to(cg); |       switch_to(cg); | ||||||
|       return true; |       return ok; | ||||||
|       } |       } | ||||||
|      |      | ||||||
|     bool lms[2][5]; |     bool lms[2][5]; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue