Skip to content

Commit 7463619

Browse files
Lebaron fix
- Fix Lebaron "current hand size bonus" not resetting at end of round
1 parent 9cc2568 commit 7463619

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

items/misc_joker.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10048,6 +10048,14 @@ local lebaron_james = {
1004810048
}
1004910049
end
1005010050
end
10051+
elseif
10052+
context.end_of_round
10053+
and not context.repetition
10054+
and not context.individual
10055+
and not context.blueprint
10056+
and not context.retrigger_joker
10057+
then
10058+
card.ability.immutable.added_h = 0
1005110059
end
1005210060
end,
1005310061
cry_credits = {

0 commit comments

Comments
 (0)