We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afbfe4 commit 14fa9e2Copy full SHA for 14fa9e2
items/misc_joker.lua
@@ -795,7 +795,7 @@ local triplet_rhythm = {
795
if context.joker_main and context.scoring_hand then
796
local threes = 0
797
for i = 1, #context.scoring_hand do
798
- if context.scoring_hand[i]:get_id() then
+ if context.scoring_hand[i]:get_id() == 3 then
799
threes = threes + 1
800
end
801
@@ -1498,7 +1498,7 @@ local fspinner = {
1498
return { vars = { center.ability.extra.chips, center.ability.extra.chip_mod } }
1499
end,
1500
rarity = 1,
1501
- cost = 6,
+ cost = 5,
1502
order = 77,
1503
blueprint_compat = true,
1504
perishable_compat = false,
0 commit comments