Commit 3273b9c2 authored by wind2009's avatar wind2009

Fix 終獄龍機ⅩⅡ-ドラストリウス

parent 9b66040e
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
101302065 101302065
101302066 101302066
101302069 101302069
101302071
101302209 101302209
101302074 101302074
101302075 101302075
......
...@@ -47,7 +47,7 @@ function s.eqfilter(c,tp) ...@@ -47,7 +47,7 @@ function s.eqfilter(c,tp)
end end
function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0
and Duel.IsExistingMatchingCard(s.eqfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,tp) end and Duel.IsExistingMatchingCard(s.eqfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,e:GetHandler(),tp) end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription()) Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end end
function s.eqop(e,tp,eg,ep,ev,re,r,rp) function s.eqop(e,tp,eg,ep,ev,re,r,rp)
......
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