mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 12:49:17 +00:00
dual:: missing message when impossible
This commit is contained in:
parent
c3586308fa
commit
3e385829b1
@ -158,7 +158,8 @@ namespace dual {
|
|||||||
reduceOrbPowers();
|
reduceOrbPowers();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
println(hlog, "no match");
|
addMessage(XLAT("Impossible."));
|
||||||
|
flipplayer = false;
|
||||||
switch_to(cg);
|
switch_to(cg);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user