v2.2.0: fixed defeating crystal spire not counting for 1k favor

This commit is contained in:
Evan Debenham
2023-09-27 19:16:14 -04:00
parent 1f2c8702e5
commit 182b55d2ca
@@ -430,8 +430,9 @@ public class Blacksmith extends NPC {
}
pick.detach(Dungeon.hero.belongings.backpack);
Quest.pickaxe = pick;
//check for boss enemy, add another 1k points if they are dead
//perhaps reduce final quest score if hero is hit by avoidable boss attacks?
if (bossBeaten) favor += 1000;
Statistics.questScores[2] = favor;
}