Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion items/jokers/misc_jokers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2302,8 +2302,9 @@ local ruby = {
xmult_mod = 2
},
demicoloncompat = true,
blueprint_compat = true,
calculate = function(self, card, context)
if context.entr_path_changed then
if context.entr_path_changed and not context.blueprint then
card.ability.xmult = card.ability.xmult + card.ability.xmult_mod
local msg = SMODS.scale_card(card, {ref_table = card.ability, ref_value = "xmult", scalar_value = "xmult_mod"})
if not msg or type(msg) == "string" then
Expand Down