mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-24 20:11:41 +00:00
Merge pull request #443 from josephcsible/archimedeansaves
Remove incorrect message about saving in Archimedean
This commit is contained in:
@@ -10,7 +10,7 @@ namespace hr {
|
|||||||
|
|
||||||
EX bool quitsaves() {
|
EX bool quitsaves() {
|
||||||
if(casual) return false;
|
if(casual) return false;
|
||||||
return (items[itOrbSafety] && CAP_SAVE && !arcm::in());
|
return (items[itOrbSafety] && CAP_SAVE);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool needConfirmationEvenIfSaved() {
|
EX bool needConfirmationEvenIfSaved() {
|
||||||
|
|||||||
Reference in New Issue
Block a user