Skip to content

Commit

Permalink
fix aoe skill venom
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Jul 18, 2024
1 parent e52e7c8 commit ba4c3d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/jobs/components/vpr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ export class VPRComponent extends BaseComponent {
case EffectId.HindstungVenom:
case EffectId.FlanksbaneVenom:
case EffectId.FlankstungVenom:
case EffectId.GrimhuntersVenom:
case EffectId.GrimskinsVenom:
this.currentVenomEffect = id;
break;
}
Expand All @@ -183,6 +185,8 @@ export class VPRComponent extends BaseComponent {
case EffectId.HindstungVenom:
case EffectId.FlanksbaneVenom:
case EffectId.FlankstungVenom:
case EffectId.GrimhuntersVenom:
case EffectId.GrimskinsVenom:
this.currentVenomEffect = '';
break;
}
Expand Down

0 comments on commit ba4c3d0

Please sign in to comment.