1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

casual mode

This commit is contained in:
Zeno Rogue
2021-05-27 12:57:12 +02:00
parent 7fc91b1eaf
commit b65e5f603f
8 changed files with 101 additions and 36 deletions

View File

@@ -259,6 +259,11 @@ EX void teleportToLand(eLand l, bool make_it_safe) {
EX void activateSafety(eLand l) {
teleportToLand(l, true);
if(casual) {
saveStats();
savecount++;
save_turns = turncount;
}
}
EX void placeGolem(cell *on, cell *moveto, eMonster m) {