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