Commit 482f06f9 authored by POLYMER's avatar POLYMER

fix

parent c06f8379
...@@ -63,6 +63,7 @@ function c67200821.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -63,6 +63,7 @@ function c67200821.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c67200821.spop(e,tp,eg,ep,ev,re,r,rp) function c67200821.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g1=Duel.SelectMatchingCard(tp,c67200821.setfilter1,tp,LOCATION_HAND+LOCATION_MZONE+LOCATION_EXTRA,0,1,1,c,tp) local g1=Duel.SelectMatchingCard(tp,c67200821.setfilter1,tp,LOCATION_HAND+LOCATION_MZONE+LOCATION_EXTRA,0,1,1,c,tp)
local tc1=g1:GetFirst() local tc1=g1:GetFirst()
......
...@@ -73,6 +73,7 @@ function c67200825.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -73,6 +73,7 @@ function c67200825.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c67200825.spop(e,tp,eg,ep,ev,re,r,rp) function c67200825.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g1=Duel.SelectMatchingCard(tp,c67200825.setfilter1,tp,LOCATION_DECK,0,1,1,c,tp) local g1=Duel.SelectMatchingCard(tp,c67200825.setfilter1,tp,LOCATION_DECK,0,1,1,c,tp)
local tc1=g1:GetFirst() local tc1=g1:GetFirst()
......
...@@ -94,7 +94,7 @@ end ...@@ -94,7 +94,7 @@ end
-- --
function c67201135.opcon(e,tp,eg,ep,ev,re,r,rp) function c67201135.opcon(e,tp,eg,ep,ev,re,r,rp)
return (ev==PLAYER_ALL or ev==tp or ev==1-tp) and not eg:IsContains(c) return (ev==PLAYER_ALL or ev==tp or ev==1-tp) and not eg:IsContains(e:GetHandler())
end end
function c67201135.filter2(c) function c67201135.filter2(c)
return c:IsAbleToDeck() return c:IsAbleToDeck()
......
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