mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-30 09:48:51 +00:00
no saves in Archimedean
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace hr {
|
||||
|
||||
bool quitsaves() { return (items[itOrbSafety] && havesave); }
|
||||
bool quitsaves() { return (items[itOrbSafety] && havesave && !archimedean); }
|
||||
|
||||
bool needConfirmation() {
|
||||
return canmove && (gold() >= 30 || tkills() >= 50) && !cheater && !quitsaves();
|
||||
|
||||
Reference in New Issue
Block a user