commit 4554fab28e6c3625925c0dea99616ca4ae95372a from: the xhr date: Thu Sep 16 11:35:52 2021 UTC Deal with the falal error by setting diff to 1 commit - ff554e0dd28eaa9dd501b0ff43ff5a8cad7a5842 commit + 4554fab28e6c3625925c0dea99616ca4ae95372a blob - c20e20f1beb3bc5faa35a7075618f9acb36a8672 blob + af6199d19ae33dd0068b82bf2d23da62a075f688 --- journey.c +++ journey.c @@ -142,7 +142,8 @@ mark_journey_progress() curchar->j->progress += 0.25; break; default: - log_errx(1, "Unknown difficulty. This should not happen\n"); + curchar->j->difficulty = 1; + log_errx(1, "Unknown difficulty. This should not happen. Set it to 1\n"); } if (curchar->j->progress > 10) {