Commit 4954d848 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Fengsheng Mirror (#1006)

parent 2abdbc9a
...@@ -11,7 +11,7 @@ function c37406863.initial_effect(c) ...@@ -11,7 +11,7 @@ function c37406863.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c37406863.target(e,tp,eg,ep,ev,re,r,rp,chk) function c37406863.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end
Duel.SetTargetPlayer(tp) Duel.SetTargetPlayer(tp)
end end
function c37406863.activate(e,tp,eg,ep,ev,re,r,rp) function c37406863.activate(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