Commit 93a04550 authored by Mr.Tan's avatar Mr.Tan

Fix H-C マグナム・エクスカリバー

parent a32bfa94
Pipeline #36193 failed with stages
in 22 seconds
......@@ -49,7 +49,7 @@ function s.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function s.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToCard() and c:IsFaceup() then
if c:IsRelateToChain() and c:IsFaceup() then
local atk=c:GetAttack()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment