Commit c11c00ba authored by mercury233's avatar mercury233

fix

parent 7f130759
...@@ -43,7 +43,7 @@ function c100227039.thcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,7 @@ function c100227039.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION) return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION)
end end
function c100227039.thfilter(c) function c100227039.thfilter(c)
return c:IsLevelAbove(5) and c:IsRace(RACE_WARRIOR) and c:IsAbleToHand() return c:IsLevel(5) and c:IsRace(RACE_WARRIOR) and c:IsAbleToHand()
end end
function c100227039.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c100227039.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c100227039.thfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c100227039.thfilter,tp,LOCATION_DECK,0,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