mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-24 01:54:08 +00:00
retry not failure on neg rule mismatch
This commit is contained in:
parent
77bfa5c9a7
commit
eb8ea9c735
@ -1340,7 +1340,7 @@ void rules_iteration_for(twalker& cw) {
|
|||||||
if(r[z] == cids[z]) continue;
|
if(r[z] == cids[z]) continue;
|
||||||
if(r[z] < 0 || cids[z] < 0) {
|
if(r[z] < 0 || cids[z] < 0) {
|
||||||
debuglist = { cwmain, ts.giver };
|
debuglist = { cwmain, ts.giver };
|
||||||
throw rulegen_failure("neg rule mismatch");
|
throw rulegen_retry("neg rule mismatch");
|
||||||
}
|
}
|
||||||
|
|
||||||
auto tg = ts.giver;
|
auto tg = ts.giver;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user