Do not override editions, again
This commit is contained in:
parent
e8d0b74a1d
commit
1f99826f0b
2 changed files with 5 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "Roland",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.9.72",
|
"version": "2.9.73",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -73,9 +73,10 @@ SMODS.Tag {
|
||||||
end
|
end
|
||||||
|
|
||||||
if tag.triggered or
|
if tag.triggered or
|
||||||
(tag.ability.amount or self.config.amount) <= 0 or
|
not context.card or
|
||||||
((context.card or {}).edition or {}).Roland_frozen or
|
context.card.edition or
|
||||||
context.type ~= "Bakery_score_card" then
|
context.type ~= "Bakery_score_card" or
|
||||||
|
(tag.ability.amount or self.config.amount) <= 0 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue