Commit ca251ccb authored by wind2009's avatar wind2009

Fix

parent f89e6b75
Pipeline #42821 canceled with stages
in 15 seconds
No preview for this file type
...@@ -13,7 +13,7 @@ function s.initial_effect(c) ...@@ -13,7 +13,7 @@ function s.initial_effect(c)
e1:SetTarget(s.tdtg) e1:SetTarget(s.tdtg)
e1:SetOperation(s.tdop) e1:SetOperation(s.tdop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--to hand --fusion summon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1)) e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON+CATEGORY_GRAVE_ACTION) e2:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON+CATEGORY_GRAVE_ACTION)
......
...@@ -23,7 +23,7 @@ function s.initial_effect(c) ...@@ -23,7 +23,7 @@ function s.initial_effect(c)
e2:SetTarget(s.fsptg) e2:SetTarget(s.fsptg)
e2:SetOperation(s.fspop) e2:SetOperation(s.fspop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
-- --gain atk
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(id,1)) e3:SetDescription(aux.Stringid(id,1))
e3:SetCategory(CATEGORY_ATKCHANGE) e3:SetCategory(CATEGORY_ATKCHANGE)
......
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