Commit 52ca49bb authored by Clara Grace Paulsen's avatar Clara Grace Paulsen Committed by GitHub

fix `Sand Moth` (#2077)

parent 449538a0
...@@ -17,8 +17,7 @@ function c73648243.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -17,8 +17,7 @@ function c73648243.spcon(e,tp,eg,ep,ev,re,r,rp)
and c:IsPreviousPosition(POS_FACEDOWN_DEFENSE) and c:IsPreviousPosition(POS_FACEDOWN_DEFENSE)
end end
function c73648243.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c73648243.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return true end
and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
end end
function c73648243.spop(e,tp,eg,ep,ev,re,r,rp) function c73648243.spop(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