mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	retry not failure on neg rule mismatch
This commit is contained in:
		| @@ -1340,7 +1340,7 @@ void rules_iteration_for(twalker& cw) { | ||||
|       if(r[z] == cids[z]) continue; | ||||
|       if(r[z] < 0 || cids[z] < 0) { | ||||
|         debuglist = { cwmain, ts.giver }; | ||||
|         throw rulegen_failure("neg rule mismatch"); | ||||
|         throw rulegen_retry("neg rule mismatch"); | ||||
|         } | ||||
|  | ||||
|       auto tg = ts.giver; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue