Commit b4f25d87 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12009045.lua

parent 4e400e74
--深海的回鸣 --深海的回鸣
function c12009045.initial_effect(c) function c12009045.initial_effect(c)
aux.AddCodeList(c,12009044)
--activate --activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
...@@ -20,7 +21,6 @@ function c12009045.initial_effect(c) ...@@ -20,7 +21,6 @@ function c12009045.initial_effect(c)
e2:SetOperation(c12009045.tdop) e2:SetOperation(c12009045.tdop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c12009045.fit_monster={12009044}
function c12009045.tdcost(e,tp,eg,ep,ev,re,r,rp,chk) function c12009045.tdcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c12009045.cfilter,tp,LOCATION_HAND,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c12009045.cfilter,tp,LOCATION_HAND,0,1,nil) end
Duel.DiscardHand(tp,c12009045.cfilter,1,1,REASON_COST+REASON_DISCARD) Duel.DiscardHand(tp,c12009045.cfilter,1,1,REASON_COST+REASON_DISCARD)
......
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