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
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
card.ability.extra_value = card.ability.extra_value + extra.price
|
local c = context.blueprint_card or card
|
||||||
card:set_cost()
|
c.ability.extra_value = c.ability.extra_value + extra.price
|
||||||
|
c:set_cost()
|
||||||
return {message = localize "k_val_up", colour = G.C.MONEY}
|
return {message = localize "k_val_up", colour = G.C.MONEY}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue