You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifto_big(card.ability.rounds_left) <=to_big(0) then
223
-
localeval=function(card) returnnotcard.REMOVEDend
226
+
localeval=function(card)
227
+
returnnotcard.REMOVED
228
+
end
224
229
juice_card_until(self, eval, true)
225
230
end
226
231
return {
227
-
message=to_big(card.ability.rounds_left) >to_big(0) and ((card.ability.rounds-card.ability.rounds_left)..'/'..card.ability.rounds) orlocalize('k_active_ex'),
and ((card.ability.rounds-card.ability.rounds_left) .."/" ..card.ability.rounds)
234
+
orlocalize("k_active_ex"),
235
+
colour=G.C.FILTER,
229
236
}
230
237
end
231
-
if (context.selling_selfandnotcontext.retrigger_jokerandnotcontext.blueprintandto_big(card.ability.rounds_left) <=to_big(0)) orcontext.forcetriggerthen
238
+
if
239
+
(
240
+
context.selling_self
241
+
andnotcontext.retrigger_joker
242
+
andnotcontext.blueprint
243
+
andto_big(card.ability.rounds_left) <=to_big(0)
244
+
) orcontext.forcetrigger
245
+
then
232
246
localjokers= {}
233
247
fori=1, #G.jokers.cardsdo
234
248
ifG.jokers.cards[i] ~=cardthen
@@ -419,12 +433,16 @@ local canvas = {
419
433
blueprint_compat=true,
420
434
atlas="atlasepic",
421
435
calculate=function(self, card, context)
422
-
ifcontext.retrigger_joker_checkandnotcontext.retrigger_jokerandcontext.other_card==G.jokers.cards[1] then
0 commit comments