Commit 8f9da55c authored by DailyShana's avatar DailyShana

Merge pull request #360 from mercury233/patch-1

fix
parents 7327092b 0c909738
...@@ -28,7 +28,7 @@ function c47222536.initial_effect(c) ...@@ -28,7 +28,7 @@ function c47222536.initial_effect(c)
end end
c47222536.dark_magician_list=true c47222536.dark_magician_list=true
function c47222536.target(e,tp,eg,ep,ev,re,r,rp,chk) function c47222536.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_DECK)>2 end if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>2 end
end end
function c47222536.filter(c) function c47222536.filter(c)
return (c.dark_magician_list or c:IsCode(46986414)) and c:IsAbleToHand() return (c.dark_magician_list or c:IsCode(46986414)) and c:IsAbleToHand()
......
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