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) ...@@ -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 tg=g:FilterSelect(tp,Card.IsType,1,1,nil,TYPE_MONSTER)
local tc=tg:GetFirst() local tc=tg:GetFirst()
if tc then if tc then
local atk=tc:GetAttack() if tc:IsAttackAbove(0) and Duel.IsExistingMatchingCard(c17955766.filter,tp,LOCATION_MZONE,0,1,nil,tc:GetAttack()) then
if atk>=0 and Duel.IsExistingMatchingCard(c17955766.filter,tp,LOCATION_MZONE,0,1,nil,atk) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
Duel.Damage(1-tp,500,REASON_EFFECT) Duel.Damage(1-tp,500,REASON_EFFECT)
else 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