dual:: missing message when impossible

This commit is contained in:
Zeno Rogue 2019-05-29 23:10:36 +02:00
parent c3586308fa
commit 3e385829b1
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ namespace dual {
reduceOrbPowers();
return true;
}
println(hlog, "no match");
addMessage(XLAT("Impossible."));
flipplayer = false;
switch_to(cg);
return false;
}