v2.0.0: actually fixed duelist unlock badge being endorsed
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user