Skip to content

Commit 0f72d3b

Browse files
bruh
1 parent fbcf9d2 commit 0f72d3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

items/epic.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,13 @@ local starfruit = {
25372537
}
25382538
else
25392539
return {
2540-
message = "-^" .. number_format(card.ability.emult_mod) .. " Mult",
2540+
message = localize({
2541+
type = "variable",
2542+
key = "a_powmult_minus",
2543+
vars = {
2544+
number_format(card.ability.emult_mod),
2545+
},
2546+
}),
25412547
colour = G.C.RARITY.cry_epic,
25422548
}
25432549
end

0 commit comments

Comments
 (0)