Skip to content

Commit

Permalink
[Rogue] Use rank 4 Deadly Poison
Browse files Browse the repository at this point in the history
  • Loading branch information
hillerstorm committed Dec 31, 2024
1 parent 42109b3 commit 5fcbe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/inputs/rogue_imbues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const InstantPoisonWeaponImbue: ConsumableInputConfig<WeaponImbue> = {
};

export const DeadlyPoisonWeaponImbue: ConsumableInputConfig<WeaponImbue> = {
actionId: () => ActionId.fromItemId(20844),
actionId: () => ActionId.fromItemId(8985),
value: WeaponImbue.DeadlyPoison,
showWhen: player => player.getClass() == Class.ClassRogue,
};
Expand Down

0 comments on commit 5fcbe26

Please sign in to comment.