File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -935,7 +935,9 @@ local landlord = {
935935 if context .after then
936936 local jokers = {}
937937 for i , v in pairs (G .jokers .cards ) do
938- if not v .ability .rental then jokers [# jokers + 1 ] = v end
938+ if not v .ability .rental then
939+ jokers [# jokers + 1 ] = v
940+ end
939941 end
940942 if # jokers > 0 then
941943 G .E_MANAGER :add_event (Event ({
@@ -944,12 +946,12 @@ local landlord = {
944946 joker .ability .rental = true
945947 joker :juice_up ()
946948 return true
947- end
949+ end ,
948950 }))
949951 end
950952 G .GAME .blind .triggered = true
951953 end
952- end
954+ end ,
953955}
954956
955957-- It seems Showdown blind order is seperate from normal blind collection order? convenient for me at least
@@ -1739,6 +1741,6 @@ local items_togo = {
17391741 trophy ,
17401742 decision ,
17411743 chromatic ,
1742- landlord
1744+ landlord ,
17431745}
17441746return { name = " Blinds" , items = items_togo }
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ return {
426426 text = {
427427 " Apply rental to" ,
428428 " a random Joker" ,
429- " when hand is played"
429+ " when hand is played" ,
430430 },
431431 },
432432 bl_cry_pinkbow = {
You can’t perform that action at this time.
0 commit comments