Fix Phytoestrogens' XMult not triggering

This commit is contained in:
Emik 2026-02-25 20:59:58 +01:00
parent bd514fc54e
commit 1ff01158f9
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -279,7 +279,7 @@ joker {
joker {
key = "phytoestrogens",
pronouns = "she_her",
config = {extra = {xmult = 0.1}},
config = {extra = {xmult = 0.25}},
cost = 8,
rarity = 3,
eternal_compat = true,
@ -294,7 +294,7 @@ joker {
end
SMODS.calculate_effect({mult = hand_chips}, card)
SMODS.calculate_effect({xmult = card.ability.extra.mult}, card)
SMODS.calculate_effect({xmult = card.ability.extra.xmult}, card)
end,
}