Commit 8131c568 authored by wind2009's avatar wind2009 Committed by GitHub

fix Noble Knight Medraut (#1391)

parent 19143af0
...@@ -58,7 +58,7 @@ function c59057152.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -58,7 +58,7 @@ function c59057152.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
end end
function c59057152.desfilter(c) function c59057152.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_EQUIP) return c:IsFaceup() and c:IsType(TYPE_EQUIP) and c:IsType(TYPE_SPELL)
end end
function c59057152.spop(e,tp,eg,ep,ev,re,r,rp) function c59057152.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
......
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