Commit 3b3b0c7e authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1754)

parent 6fd009b7
...@@ -64,7 +64,7 @@ function c65472618.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,7 @@ function c65472618.regop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function c65472618.thfilter2(c) function c65472618.thfilter(c)
return c:IsAttackBelow(2000) and c:IsRace(RACE_WARRIOR+RACE_SPELLCASTER) and not c:IsCode(65472618) and c:IsAbleToHand() return c:IsAttackBelow(2000) and c:IsRace(RACE_WARRIOR+RACE_SPELLCASTER) and not c:IsCode(65472618) and c:IsAbleToHand()
end end
function c65472618.thcon(e,tp,eg,ep,ev,re,r,rp) function c65472618.thcon(e,tp,eg,ep,ev,re,r,rp)
......
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