Increase sell value of copier instead
This commit is contained in:
parent
b6fc62521c
commit
0e0410ad75
1 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue