Skip to content

Commit e7562b7

Browse files
justjuanguiclaude
andcommitted
fix: Set rollVariableName to 'Roll' for constellation affixes
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c11c4df commit e7562b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/context/constellationevaluation.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export function provideConstellationEvaluation(
279279
affixId: 0, // Constellation affixes don't have IDs like relics
280280
affixValue,
281281
variables: affix.behaviorData.variables?.variables || [],
282-
rollVariableName: "", // Constellations don't have roll variables
282+
rollVariableName: "Roll",
283283
skillName: affix.behaviorData.skillDefinition.name || "",
284284
// Add behavior data for multi-skill targeting
285285
behaviorData: {

0 commit comments

Comments
 (0)