Fix non-corrupted oxy
This commit is contained in:
parent
767d54d2d8
commit
b7e8ca7cb9
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.0.2"
|
"version": "1.0.3"
|
||||||
}
|
}
|
||||||
|
|
@ -474,7 +474,7 @@ SMODS.Joker {
|
||||||
if context.individual and
|
if context.individual and
|
||||||
context.cardarea == G.play and
|
context.cardarea == G.play and
|
||||||
context.other_card.ability.name == "Steel Card" then
|
context.other_card.ability.name == "Steel Card" then
|
||||||
local amount = extra.is_corrupted and extra.corrupted_steel or extra.steel
|
local amount = extra.is_corrupted and extra.corrupted_steel or steel
|
||||||
return {x_chips = amount, x_mult = amount, colour = G.C.PURPLE, card = card}, true
|
return {x_chips = amount, x_mult = amount, colour = G.C.PURPLE, card = card}, true
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue