Commit 1951ffbf authored by Amiya's avatar Amiya

修复

parent d77d28b2
...@@ -52,7 +52,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsRace(RACE_SPELLCASTER) and c:IsSetCard(0x2c7) return c:IsRace(RACE_SPELLCASTER) and c:IsSetCard(0x2c7)
and c:IsAbleToHand and c:IsAbleToHand()
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -50,4 +50,5 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,4 +50,5 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
end end
end end
end
end end
\ No newline at end of file
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