Commit 382fa963 authored by wind2009's avatar wind2009

Fix クリアー・レイジ・ゴーレム

parent 737917aa
...@@ -44,7 +44,7 @@ function s.atktg(e,c) ...@@ -44,7 +44,7 @@ function s.atktg(e,c)
return aux.IsCodeListed(c,33900648) return aux.IsCodeListed(c,33900648)
end end
function s.damcon(e,tp,eg,ep,ev,re,r,rp) function s.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and Duel.GetAttackTarget()==nil return ep~=tp
end end
function s.damtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(1-tp,LOCATION_HAND,0)>0 end if chk==0 then return Duel.GetFieldGroupCount(1-tp,LOCATION_HAND,0)>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