Commit 1723c5c7 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent d948907b
Pipeline #544 passed with stages
in 41 minutes and 20 seconds
......@@ -31,7 +31,7 @@ function c1009030.initial_effect(c)
e1:SetRange(LOCATION_FZONE)
e1:SetCountLimit(1)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetHintTiming(0,TIMING_BATTLE_START+TIMING_BATTLE_END)
e1:SetCondition(c1009030.thcon)
e1:SetTarget(c1009030.thtg)
e1:SetOperation(c1009030.thop)
......
......@@ -67,7 +67,7 @@ function cm.ops(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.BreakEffect()
-- Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
if Duel.IsExistingMatchingCard(Suyul.filter,tpLOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
if Duel.IsExistingMatchingCard(Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
local bg=Duel.SelectMatchingCard(tp,Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
local tc=bg:GetFirst()
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
......
......@@ -44,7 +44,7 @@ function cm.ops(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.BreakEffect()
-- Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
if Duel.IsExistingMatchingCard(Suyul.filter,tpLOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
if Duel.IsExistingMatchingCard(Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
local bg=Duel.SelectMatchingCard(tp,Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
local tc=bg:GetFirst()
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
......
......@@ -44,7 +44,7 @@ function cm.ops(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.BreakEffect()
-- Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
if Duel.IsExistingMatchingCard(Suyul.filter,tpLOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
if Duel.IsExistingMatchingCard(Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
local bg=Duel.SelectMatchingCard(tp,Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
local tc=bg:GetFirst()
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
......
......@@ -42,7 +42,7 @@ function cm.ops(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.BreakEffect()
-- Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
if Duel.IsExistingMatchingCard(Suyul.filter,tpLOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
if Duel.IsExistingMatchingCard(Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e,tp) then
local bg=Duel.SelectMatchingCard(tp,Suyul.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
local tc=bg:GetFirst()
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
......
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