Commit e0b6f815 authored by Nemo Ma's avatar Nemo Ma

fix

parent 5d473ad3
...@@ -37,7 +37,6 @@ function c22348155.stfilter(c,tp) ...@@ -37,7 +37,6 @@ function c22348155.stfilter(c,tp)
end end
function c22348155.sttg(e,tp,eg,ep,ev,re,r,rp,chk) function c22348155.sttg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c22348155.stfilter,tp,LOCATION_DECK,0,1,nil,tp) end if chk==0 then return Duel.IsExistingMatchingCard(c22348155.stfilter,tp,LOCATION_DECK,0,1,nil,tp) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c22348155.stop(e,tp,eg,ep,ev,re,r,rp) function c22348155.stop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD)
......
...@@ -2,7 +2,7 @@ local m=25000074 ...@@ -2,7 +2,7 @@ local m=25000074
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="XXXG-00W0 零式飞翼EW" cm.name="XXXG-00W0 零式飞翼EW"
function cm.initial_effect(c) function cm.initial_effect(c)
aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSynchroType,TYPE_SYNCHRO),1,1) aux.AddSynchroMixProcedure(c,aux.NonTuner(nil),nil,nil,aux.Tuner(nil),2,99)
c:EnableReviveLimit() c:EnableReviveLimit()
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
......
...@@ -61,7 +61,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,7 +61,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.descfilter(c) function cm.descfilter(c)
return c:IsFaceup() and c:IsRace(RACE_FIEND) and c:IsLevelAbove(5) return c:IsFaceup() and c:IsSetCard(0x45)
end end
function cm.descon1(e,tp,eg,ep,ev,re,r,rp) function cm.descon1(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(cm.descfilter,tp,LOCATION_MZONE,0,1,nil) return not Duel.IsExistingMatchingCard(cm.descfilter,tp,LOCATION_MZONE,0,1,nil)
......
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