Commit fa4ff922 authored by DailyShana's avatar DailyShana

fix 大騒動

parent 93ac2a46
...@@ -20,7 +20,7 @@ function c9074847.thfilter(c,tp) ...@@ -20,7 +20,7 @@ function c9074847.thfilter(c,tp)
return c:IsLocation(LOCATION_HAND) and c:IsControler(tp) return c:IsLocation(LOCATION_HAND) and c:IsControler(tp)
end end
function c9074847.spfilter(c,e,tp) function c9074847.spfilter(c,e,tp)
return c:IsLevelBelow(4) and c:IsSummonableCard() and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c9074847.target(e,tp,eg,ep,ev,re,r,rp,chk) function c9074847.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToHand,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToHand,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) 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