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)
c:RegisterEffect(e1)
end
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)
end
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