Commit f43caa93 authored by wind2009's avatar wind2009 Committed by GitHub

fix Dragunity Whirlwind (#2108)

parent a48a1152
...@@ -29,7 +29,7 @@ function c89450409.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -29,7 +29,7 @@ function c89450409.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,LOCATION_DECK)
end end
function c89450409.cfilter(c) function c89450409.cfilter(c)
return c:IsSummonType(SUMMON_TYPE_SPECIAL) and c:IsPreviousLocation(LOCATION_EXTRA) return c:IsSummonLocation(LOCATION_EXTRA)
end end
function c89450409.matfilter(c) function c89450409.matfilter(c)
return c:IsFaceup() and c:IsSetCard(0x29) return c:IsFaceup() and c:IsSetCard(0x29)
......
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