Skip to content

Commit

Permalink
fix rogue sword ability taking into account mage cooldown reduction
Browse files Browse the repository at this point in the history
also a small typo of "rouge" instead of "rogue"
  • Loading branch information
ItsEmpa authored Dec 27, 2023
1 parent 0751af7 commit d172aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ enum class ItemAbility(
LIVID_DAGGER("Throw", 5, "Livid Dagger"),
FIRE_VEIL("Fire Veil", 5, "Fire Veil Wand"),
INK_WAND("Ink Bomb", 30, "Ink Wand"),
ROUGE_SWORD("Speed Boost", 30, "Rogue Sword"),
ROGUE_SWORD("Speed Boost", 30, "Rogue Sword", ignoreMageCooldownReduction = true),

// doesn't have a consistent sound
ECHO("Echo", 3, "Ancestral Spade");
Expand Down

0 comments on commit d172aab

Please sign in to comment.