v2.0.0: fixed duelist unlocked badge being endorsed
This commit is contained in:
@@ -867,7 +867,7 @@ public class Badges {
|
||||
}
|
||||
|
||||
public static void validateDuelistUnlock(){
|
||||
if (Dungeon.hero.belongings.weapon instanceof MeleeWeapon
|
||||
if (!isUnlocked(Badge.UNLOCK_HUNTRESS) && 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