mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 14:56:00 +00:00
replaced 'archimedean' with 'arcm::in()'
This commit is contained in:
2
quit.cpp
2
quit.cpp
@@ -8,7 +8,7 @@
|
||||
#include "hyper.h"
|
||||
namespace hr {
|
||||
|
||||
EX bool quitsaves() { return (items[itOrbSafety] && CAP_SAVE && !archimedean); }
|
||||
EX bool quitsaves() { return (items[itOrbSafety] && CAP_SAVE && !arcm::in()); }
|
||||
|
||||
EX bool needConfirmationEvenIfSaved() {
|
||||
return canmove && (gold() >= 30 || tkills() >= 50) && !cheater;
|
||||
|
Reference in New Issue
Block a user