1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-13 04:13:03 +00:00

other active orbs now extend the duration of Orb of Recall

This commit is contained in:
Zeno Rogue
2025-08-17 16:17:13 +02:00
parent f218b7a3d5
commit 0e08b3225d
3 changed files with 16 additions and 1 deletions

View File

@@ -327,10 +327,12 @@ int arg::readCommon() {
}
else if(argis("-save-mode")) {
PHASEFROM(2);
save_mode_to_file(shift_args());
}
else if(argis("-load-mode")) {
PHASEFROM(2);
try {
load_mode_from_file(shift_args());
}