1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

multi:: disable achievements in split-screen

This commit is contained in:
Zeno Rogue
2022-03-27 15:28:49 +02:00
parent 6d554d6b2e
commit a6338d3c49
2 changed files with 5 additions and 1 deletions

View File

@@ -537,6 +537,8 @@ EX void showConfigureMultiplayer() {
dialog::addInfo(XLAT("PvP grants infinite lives -- achievements disabled"));
else if(friendly_fire)
dialog::addInfo(XLAT("friendly fire off -- achievements disabled"));
else if(split_screen)
dialog::addInfo(XLAT("achievements disabled in split screen"));
else
dialog::addBreak(100);
}