1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-05 01:42:43 +00:00

Merge pull request #443 from josephcsible/archimedeansaves

Remove incorrect message about saving in Archimedean
This commit is contained in:
Zeno Rogue
2025-09-07 10:09:38 +02:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ namespace hr {
EX bool quitsaves() {
if(casual) return false;
return (items[itOrbSafety] && CAP_SAVE && !arcm::in());
return (items[itOrbSafety] && CAP_SAVE);
}
EX bool needConfirmationEvenIfSaved() {