Increase sell value of copier instead

This commit is contained in:
Emik 2026-02-26 00:35:00 +01:00
parent b6fc62521c
commit 0e0410ad75
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -319,8 +319,9 @@ joker {
return
end
card.ability.extra_value = card.ability.extra_value + extra.price
card:set_cost()
local c = context.blueprint_card or card
c.ability.extra_value = c.ability.extra_value + extra.price
c:set_cost()
return {message = localize "k_val_up", colour = G.C.MONEY}
end,
}