v2.0.0: actually fixed duelist unlock badge being endorsed

This commit is contained in:
Evan Debenham
2022-11-29 12:30:55 -05:00
parent 5cefa3712a
commit edbe5bace3

View File

@@ -867,7 +867,7 @@ public class Badges {
}
public static void validateDuelistUnlock(){
if (!isUnlocked(Badge.UNLOCK_HUNTRESS) && Dungeon.hero != null
if (!isUnlocked(Badge.UNLOCK_DUELIST) && Dungeon.hero != null
&& Dungeon.hero.belongings.weapon instanceof MeleeWeapon
&& ((MeleeWeapon) Dungeon.hero.belongings.weapon).tier >= 2
&& ((MeleeWeapon) Dungeon.hero.belongings.weapon).STRReq() <= Dungeon.hero.STR()){