Purify faster
This commit is contained in:
parent
767916e3c3
commit
f348127b85
2 changed files with 3 additions and 3 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.13"
|
"version": "1.11.14"
|
||||||
}
|
}
|
||||||
|
|
@ -515,7 +515,7 @@ SMODS.Joker {
|
||||||
is_corrupted and "Purifies " or "",
|
is_corrupted and "Purifies " or "",
|
||||||
is_corrupted and "in " or "",
|
is_corrupted and "in " or "",
|
||||||
is_corrupted and "" or "Destroying ",
|
is_corrupted and "" or "Destroying ",
|
||||||
effective .. (is_corrupted and " ante" or " steel card") .. plural,
|
effective .. (is_corrupted and " round" or " steel card") .. plural,
|
||||||
is_corrupted and "" or "corrupts ",
|
is_corrupted and "" or "corrupts ",
|
||||||
is_corrupted and "Destroying steel cards" or "this Joker",
|
is_corrupted and "Destroying steel cards" or "this Joker",
|
||||||
is_corrupted and "prolongs the " or "",
|
is_corrupted and "prolongs the " or "",
|
||||||
|
|
@ -540,7 +540,7 @@ SMODS.Joker {
|
||||||
local extra = card.ability.extra or {}
|
local extra = card.ability.extra or {}
|
||||||
Jane.oxy(card, context.removed)
|
Jane.oxy(card, context.removed)
|
||||||
|
|
||||||
if context.ante_end and context.ante_change and
|
if context.end_of_round and
|
||||||
extra.progress > 0 and not
|
extra.progress > 0 and not
|
||||||
context.individual and not
|
context.individual and not
|
||||||
context.repetition and not
|
context.repetition and not
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue