Commit c34f4d37 authored by mercury233's avatar mercury233

fix フォーメーション・ユニオン

parent a7a38ab8
...@@ -53,7 +53,7 @@ function c26931058.efop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function c26931058.efop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c26931058.filter2,tp,LOCATION_MZONE,0,1,1,tc,tc) local g=Duel.SelectMatchingCard(tp,c26931058.filter2,tp,LOCATION_MZONE,0,1,1,tc,tc)
local ec=g:GetFirst() local ec=g:GetFirst()
if ec and Duel.Equip(tp,tc,ec,false) then if ec and Duel.Equip(tp,tc,ec,false) then
aux.SetUnionState(tc1) aux.SetUnionState(tc)
end end
else else
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
......
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