Commit b75c4471 authored by sidschingis's avatar sidschingis

fix

Should now correctly declare the name at resolution not activation.

●モンスターカード名を宣言するタイミングは、このカードを表側にして発動した時の効果処理時となります。
http://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=7015
parent 04617388
......@@ -4,7 +4,7 @@ function c8323633.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c8323633.target)
e1:SetOperation(c8323633.target)
c:RegisterEffect(e1)
end
function c8323633.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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