Commit 716c5500 authored by mercury233's avatar mercury233 Committed by GitHub

fix EMスカイ・マジシャン

parent ad755703
...@@ -7,7 +7,7 @@ function c73734821.initial_effect(c) ...@@ -7,7 +7,7 @@ function c73734821.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1) e1:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e1:SetCondition(c73734821.atkcon) e1:SetCondition(c73734821.atkcon)
e1:SetOperation(c73734821.atkop) e1:SetOperation(c73734821.atkop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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