Commit bca0e6f2 authored by sidschingis's avatar sidschingis

fix

parent 839968f7
......@@ -15,7 +15,7 @@ function c16114248.initial_effect(c)
c:RegisterEffect(e2)
end
function c16114248.spfilter(c,mg)
return c:IsRace(RACE_MACHINE) and mg:IsExists(Card.spfilter,1,c,c:GetCode())
return c:IsRace(RACE_MACHINE) and mg:IsExists(Card.IsCode,1,c,c:GetCode())
end
function c16114248.spfilter1(c,code)
return c:IsRace(RACE_MACHINE) and c:IsCode(code)
......
......@@ -16,7 +16,7 @@ function c75380687.initial_effect(c)
e2:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_REMOVE)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetTarget(c75380687.target)
e2:SetOperation(c75380687.operation)
c:RegisterEffect(e2)
......
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