Commit 51113b43 authored by mercury233's avatar mercury233 Committed by GitHub

fix N・マリン・ドルフィン

parent abca91e0
......@@ -44,7 +44,7 @@ function c78734254.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=tg:GetFirst()
if tc then
local atk=tc:GetAttack()
if atk>=0 and Duel.IsExistingMatchingCard(c78734254.filter,tp,LOCATION_MZONE,0,1,nil,atk) then
if tc:IsAttackAbove(0) and Duel.IsExistingMatchingCard(c78734254.filter,tp,LOCATION_MZONE,0,1,nil,atk) then
Duel.Destroy(tc,REASON_EFFECT)
Duel.Damage(1-tp,500,REASON_EFFECT)
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