Commit 4b7ea868 authored by Grajade's avatar Grajade

Update c86379552.lua

parent feec929c
...@@ -55,7 +55,7 @@ function c86379552.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -55,7 +55,7 @@ function c86379552.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return true end if chk==0 then return true end
end end
function c86379552.setfilter(c,e,tp) function c86379552.setfilter(c,e,tp)
return (c:IsSSetable() and Duel.GetLocationCount(1-tp,LOCATION_SZONE)>0) or (c:IsCanBeSpecialSummoned(e,0,1-tp,false,false,POS_FACEDOWN) and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0) return (c:IsSSetable() and (c:IsType(TYPE_FIELD) or Duel.GetLocationCount(1-tp,LOCATION_SZONE)>0)) or (c:IsCanBeSpecialSummoned(e,0,1-tp,false,false,POS_FACEDOWN) and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0)
end end
function c86379552.desop(e,tp,eg,ep,ev,re,r,rp) function c86379552.desop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND) local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND)
......
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