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",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.9.71",
|
"version": "2.9.72",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,8 @@ joker {
|
||||||
table.insert(info_queue, G.P_CENTERS.e_Roland_frozen)
|
table.insert(info_queue, G.P_CENTERS.e_Roland_frozen)
|
||||||
end,
|
end,
|
||||||
calculate = function(_, _, context)
|
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 {
|
q {
|
||||||
delay = 0.1,
|
delay = 0.1,
|
||||||
func = function()
|
func = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue