1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-24 07:56:59 +00:00

dual:: missing message when impossible

This commit is contained in:
Zeno Rogue 2019-05-29 23:10:36 +02:00
parent c3586308fa
commit 3e385829b1

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;
}