Commit 496ffe2e authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Fairy Tail - Snow White (#478)

parent ce3e1f49
...@@ -63,8 +63,7 @@ function c55623480.spcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -63,8 +63,7 @@ function c55623480.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_COST) Duel.Remove(g,POS_FACEUP,REASON_COST)
end end
function c55623480.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c55623480.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) if chk==0 then return e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
and not e:GetHandler():IsStatus(STATUS_CHAINING) 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 c55623480.spop(e,tp,eg,ep,ev,re,r,rp) function c55623480.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