commit b82c1531635f85bea37358586ea57e279688bbff from: the xhr date: Thu Sep 16 11:40:02 2021 UTC Also set a default for fatal error in fight commit - 4554fab28e6c3625925c0dea99616ca4ae95372a commit + b82c1531635f85bea37358586ea57e279688bbff blob - 36560f40b5a517c1b9441dd9c4abc0ef88429bc0 blob + 3f679ef6b1466247cf00281637bf32e76a78c02e --- fight.c +++ fight.c @@ -392,7 +392,8 @@ mark_fight_progress() curchar->fight->progress += 0.25; break; default: - log_errx(1, "Unknown difficulty. This should not happen\n"); + curchar->fight->difficulty = 1; + log_errx(1, "Unknown difficulty. This should not happen. Set to 1\n"); } if (curchar->fight->progress > 10) {