mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
casual mode
This commit is contained in:
@@ -17,6 +17,8 @@ namespace hr {
|
||||
EX bool hardcore = false;
|
||||
/** when did we switch to the hardcore mode */
|
||||
EX int hardcoreAt;
|
||||
/** are we in the casual mode */
|
||||
EX bool casual = false;
|
||||
|
||||
EX bool pureHardcore() { return hardcore && hardcoreAt < PUREHARDCORE_LEVEL; }
|
||||
|
||||
|
Reference in New Issue
Block a user