Commit 0ad688ff authored by salix5's avatar salix5

fix

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=4658
■『デッキから「ウォール・シャドウ」を特殊召喚する』効果を発動する際に、コストとして、「迷宮変化」を装備した「迷宮壁-ラビリンス・ウォール-」1体をリリースします。
parent 19850028
......@@ -51,8 +51,7 @@ function c64389297.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
local tc=c:GetEquipTarget()
if chk==0 then return c:IsReleasable() and tc:IsReleasable()
and (tc:IsControler(tp) or tc:IsHasEffect(EFFECT_EXTRA_RELEASE)) end
local g=Group.FromCards(c,tc)
Duel.Release(g,REASON_COST)
Duel.Release(tc,REASON_COST)
end
function c64389297.spfilter(c,e,tp)
return c:IsCode(63162310) and c:IsCanBeSpecialSummoned(e,0,tp,true,true)
......
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