Do not override editions
This commit is contained in:
parent
b4b05d37dc
commit
1259eb2cd8
2 changed files with 10 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"id": "Roland",
|
||||
"name": "Roland",
|
||||
"prefix": "Roland",
|
||||
"version": "2.9.71",
|
||||
"version": "2.9.72",
|
||||
"badge_colour": "8BE9FD",
|
||||
"display_name": "Roland",
|
||||
"main_file": "src/main.lua",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,8 @@ joker {
|
|||
table.insert(info_queue, G.P_CENTERS.e_Roland_frozen)
|
||||
end,
|
||||
calculate = function(_, _, context)
|
||||
return (context.selling_self or context.forcetrigger) and f(G.hand.cards):each(function(v)
|
||||
return (context.selling_self or context.forcetrigger) and
|
||||
f(G.hand.cards):where("edition", false):each(function(v)
|
||||
q {
|
||||
delay = 0.1,
|
||||
func = function()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue