Skip to content

Commit 14fa9e2

Browse files
Make fidget spinner $5
1 parent 4afbfe4 commit 14fa9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ local triplet_rhythm = {
795795
if context.joker_main and context.scoring_hand then
796796
local threes = 0
797797
for i = 1, #context.scoring_hand do
798-
if context.scoring_hand[i]:get_id() then
798+
if context.scoring_hand[i]:get_id() == 3 then
799799
threes = threes + 1
800800
end
801801
end
@@ -1498,7 +1498,7 @@ local fspinner = {
14981498
return { vars = { center.ability.extra.chips, center.ability.extra.chip_mod } }
14991499
end,
15001500
rarity = 1,
1501-
cost = 6,
1501+
cost = 5,
15021502
order = 77,
15031503
blueprint_compat = true,
15041504
perishable_compat = false,

0 commit comments

Comments
 (0)