Skip to content

Commit 65c1cec

Browse files
justjuanguiclaude
andcommitted
fix(affixes): use ActualMana for MultiplyByCurrentMana modifier
Change MultiplyByCurrentMana to reference ActualMana formula instead of Mana. ActualMana returns CurrentMana when using_custom_mana flag is set, otherwise returns full Mana - enabling accurate current mana calculations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2bf38db commit 65c1cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/context/affix-converters/variable-modifiers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const VARIABLE_MODIFIER_STAT_MAP: Record<
3434
},
3535
MultiplyByCurrentMana: {
3636
modifier: "MultiplyByCurrentMana",
37-
statReference: "Mana",
37+
statReference: "ActualMana",
3838
operation: "multiply",
3939
},
4040
MultiplyByMissingLife: {

0 commit comments

Comments
 (0)