Commit e6dc1df4 authored by wind2009's avatar wind2009

Fix

parent 2f92792a
...@@ -3,7 +3,7 @@ function c31588572.initial_effect(c) ...@@ -3,7 +3,7 @@ function c31588572.initial_effect(c)
--set card --set card
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(31588572,0)) e1:SetDescription(aux.Stringid(31588572,0))
e1:SetCategory(CATEGORY_SSET+CATEGORY_MSET) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY+CATEGORY_SSET+CATEGORY_MSET)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
......
...@@ -3,6 +3,7 @@ function c62694833.initial_effect(c) ...@@ -3,6 +3,7 @@ function c62694833.initial_effect(c)
--set --set
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(62694833,0)) e1:SetDescription(aux.Stringid(62694833,0))
e1:SetCategory(CATEGORY_SSET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetCode(EVENT_SUMMON_SUCCESS)
......
...@@ -47,10 +47,10 @@ function c65330383.settg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -47,10 +47,10 @@ function c65330383.settg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local g=Duel.SelectTarget(tp,c65330383.setfilter,tp,LOCATION_GRAVE,0,1,1,nil) local g=Duel.SelectTarget(tp,c65330383.setfilter,tp,LOCATION_GRAVE,0,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_LEAVE_GRAVE,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_LEAVE_GRAVE,g,1,0,0)
if e:GetHandler():GetMutualLinkedGroupCount()>0 then if e:GetHandler():GetMutualLinkedGroupCount()>0 then
e:SetCategory(CATEGORY_LEAVE_GRAVE+CATEGORY_DRAW) e:SetCategory(CATEGORY_LEAVE_GRAVE+CATEGORY_DRAW+CATEGORY_SSET)
e:SetLabel(1) e:SetLabel(1)
else else
e:SetCategory(CATEGORY_LEAVE_GRAVE) e:SetCategory(CATEGORY_LEAVE_GRAVE+CATEGORY_SSET)
e:SetLabel(0) e:SetLabel(0)
end end
end end
......
...@@ -3,7 +3,7 @@ function c92970404.initial_effect(c) ...@@ -3,7 +3,7 @@ function c92970404.initial_effect(c)
--flip --flip
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(92970404,0)) e1:SetDescription(aux.Stringid(92970404,0))
e1:SetCategory(CATEGORY_POSITION+CATEGORY_SET) e1:SetCategory(CATEGORY_POSITION+CATEGORY_MSET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,92970404) e1:SetCountLimit(1,92970404)
......
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