Skip to content

Commit 95529ba

Browse files
authored
Update "Crimson Call"
Misnamed handle
1 parent ac672e9 commit 95529ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-release/c101304107.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
4848
end
4949
function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
5050
local ac=Duel.GetAttacker()
51-
return ac:IsControler(tp) and ac:CanChainAttack() and (ac:IsCode(CARD_RED_DRAGON_ARCHFIEND) or c:IsSetCard(SET_ASSAULT_MODE))
52-
end
51+
return ac:IsControler(tp) and ac:CanChainAttack() and (ac:IsCode(CARD_RED_DRAGON_ARCHFIEND) or ac:IsSetCard(SET_ASSAULT_MODE))
52+
end

0 commit comments

Comments
 (0)