Skip to content

Commit

Permalink
Disallow cannoning smoke devils (#6234)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git authored and gc committed Dec 11, 2024
1 parent c9933ed commit 4c84115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/minions/data/killableMonsters/konarMonsters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ export const konarMonsters: KillableMonster[] = [
healAmountNeeded: 16,
attackStyleToUse: GearStat.AttackMagic,
attackStylesUsed: [GearStat.AttackMagic],
canCannon: true,
cannonMulti: true,
canCannon: false,
cannonMulti: false,
canBarrage: true
},
{
Expand Down

0 comments on commit 4c84115

Please sign in to comment.