Commit 91234304 authored by wind2009's avatar wind2009

Fix 粛声なる竜神サフィラ

parent 699ac504
......@@ -58,7 +58,7 @@ end
function c101204034.hscon(e,tp,eg,ep,ev,re,r,rp)
local a=Duel.GetAttacker()
local d=Duel.GetAttackTarget()
return c101204034.filter(a) or (b and c101204034.filter(b))
return c101204034.filter(a) or (d and c101204034.filter(b))
end
function c101204034.hstg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end
......
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