Commit da5e7c6b authored by salix5's avatar salix5

fix

parent fcbaa7ea
...@@ -45,8 +45,8 @@ function c97219708.recop(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,8 +45,8 @@ function c97219708.recop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Recover(tp,ct*100,REASON_EFFECT) Duel.Recover(tp,ct*100,REASON_EFFECT)
end end
elseif Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then elseif c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then
Duel.SendtoGrave(c,REASON_EFFECT) Duel.SendtoGrave(c,REASON_RULE)
end end
end end
function c97219708.spfilter(c,e,tp) function c97219708.spfilter(c,e,tp)
......
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