Skip to content

Commit e0738dc

Browse files
Zooble Fix
- Fixed Zooble not scaling correctly when playing hands with more than 1 rank idk how this escaped testing xd
1 parent 5ebf1a5 commit e0738dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

items/misc_joker.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9938,6 +9938,9 @@ local zooble = {
99389938
ref_table = card.ability.extra,
99399939
ref_value = "mult",
99409940
scalar_value = "a_mult",
9941+
operation = function(ref_table, ref_value, initial, scaling)
9942+
ref_table[ref_value] = initial + scaling*#unique_ranks
9943+
end
99419944
})
99429945
end
99439946
end

0 commit comments

Comments
 (0)