Commit c641eb25 authored by TanakaKotoha's avatar TanakaKotoha

mopemope

parent b1d4dc00
...@@ -68,12 +68,12 @@ function c12003005.thfilter(c) ...@@ -68,12 +68,12 @@ function c12003005.thfilter(c)
return c:IsRace(RACE_SEASERPENT) return c:IsRace(RACE_SEASERPENT)
end end
function c12003005.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c12003005.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local ct=e:GetLabel() if chk==0 then return Duel.IsExistingMatchingCard(c12003005.thfilter,tp,LOCATION_DECK,0,1,nil) end
if chk==0 then return Duel.IsExistingTarget(c12003005.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
Duel.SelectTarget(tp,c12003005.thfilter,tp,LOCATION_DECK,0,1,ct,nil)
end end
function c12003005.thop(e,tp,eg,ep,ev,re,r,rp) function c12003005.thop(e,tp,eg,ep,ev,re,r,rp)
local ct=e:GetLabel()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
local tc=Duel.SelectMatchingCard(tp,c12003005.thfilter,tp,LOCATION_DECK,0,1,ct,nil)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local tc=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
Duel.Overlay(c,tc) Duel.Overlay(c,tc)
......
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