Commit 8c5d2c2d authored by wind2009's avatar wind2009

Fix

parent e6faecc9
Pipeline #42105 canceled with stages
in 8 seconds
No preview for this file type
......@@ -92,7 +92,7 @@ function s.costfilter(c,tp)
end
function s.descost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,s.costfilter,1,nil,tp) end
local g=Duel.SelectReleaseGroup(tp,s.cfilter,1,1,nil,tp)
local g=Duel.SelectReleaseGroup(tp,s.costfilter,1,1,nil,tp)
Duel.Release(g,REASON_COST)
end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
--終竜-サイバー・エンド・ドラゴン
--終竜-サイバー・エンド・ドラゴン
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,23171610)
......
--赤き竜 ケッツーコアトル
--赤き竜 ケッツーコアトル
local s,id,o=GetID()
function s.initial_effect(c)
--Synchro summon
......
--超銀河眼の光子龍一フォトン·ハウリング
--超銀河眼の光子龍-フォトン・ハウリング
local s,id,o=GetID()
function s.initial_effect(c)
--xyz summon
......
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