mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 13:25:59 +00:00
quitsaves() depends on CAP_SAVE, not havesave
This commit is contained in:
2
quit.cpp
2
quit.cpp
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace hr {
|
||||
|
||||
bool quitsaves() { return (items[itOrbSafety] && havesave && !archimedean); }
|
||||
bool quitsaves() { return (items[itOrbSafety] && CAP_SAVE && !archimedean); }
|
||||
|
||||
bool needConfirmationEvenIfSaved() {
|
||||
return canmove && (gold() >= 30 || tkills() >= 50) && !cheater;
|
||||
|
Reference in New Issue
Block a user