Fix non-corrupted oxy

This commit is contained in:
Emik 2025-04-05 20:03:02 +02:00
parent 767d54d2d8
commit b7e8ca7cb9
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.0.2"
"version": "1.0.3"
}

View file

@ -474,7 +474,7 @@ SMODS.Joker {
if context.individual and
context.cardarea == G.play and
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
end
end,