Commit d0ce969a authored by mercury233's avatar mercury233 Committed by GitHub

fix N・アクア・ドルフィン

parent f6154ca4
......@@ -29,8 +29,7 @@ function c17955766.activate(e,tp,eg,ep,ev,re,r,rp)
local tg=g:FilterSelect(tp,Card.IsType,1,1,nil,TYPE_MONSTER)
local tc=tg:GetFirst()
if tc then
local atk=tc:GetAttack()
if atk>=0 and Duel.IsExistingMatchingCard(c17955766.filter,tp,LOCATION_MZONE,0,1,nil,atk) then
if tc:IsAttackAbove(0) and Duel.IsExistingMatchingCard(c17955766.filter,tp,LOCATION_MZONE,0,1,nil,tc:GetAttack()) then
Duel.Destroy(tc,REASON_EFFECT)
Duel.Damage(1-tp,500,REASON_EFFECT)
else
......
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