Commit f2c4cf04 authored by Tachibana's avatar Tachibana

eme

parent 0a3a05e2
Pipeline #5885 passed with stages
in 32 minutes and 12 seconds
......@@ -29,7 +29,7 @@ function c45745902.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetCode(EVENT_TO_GRAVE)
e4:SetProperty(EFFECT_FLAG_DELAY)
e4:SetCountLimit(1,45745994)
e4:SetCountLimit(1,45745929)
e4:SetCondition(c45745902.eqcon)
e4:SetTarget(c45745902.thtg)
e4:SetOperation(c45745902.thop)
......
......@@ -124,7 +124,7 @@ function c45745930.eqcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp
end
function c45745930.spfilter1(c,e,tp)
return (c:IsSetCard(0x881) and not c:IsType(TYPE_SYNCHRO)) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return (c:IsSetCard(0x881) and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_SYNCHRO)) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c45745930.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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