Commit b3fb6f3b authored by Amiya's avatar Amiya

修复

parent d8056ca6
No preview for this file type
......@@ -33,7 +33,8 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
end
function s.thfilter(c)
return c:GetAttack()==c:GetDefense() and c:IsRace(RACE_SPELLCASTER) and c:IsAbleToHand()
return c:GetAttack()==c:GetDefense() and c:IsRace(RACE_SPELLCASTER)
and c:IsLevel(4,8) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK+LOCATION_GRAVE,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