Commit da8931f3 authored by Huangnan's avatar Huangnan

fix

parent b72f5c95
Pipeline #33521 passed with stages
in 49 minutes and 24 seconds
No preview for this file type
......@@ -7,6 +7,7 @@ function c16310020.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCountLimit(1,16310020)
e2:SetTarget(c16310020.sptg)
e2:SetOperation(c16310020.spop)
c:RegisterEffect(e2)
......
......@@ -135,7 +135,7 @@ function c50225010.drop(e,tp,eg,ep,ev,re,r,rp)
end
function c50225010.efilter(e,re)
return e:GetHandlerPlayer()~=re:GetOwnerPlayer() and re:IsActivated()
and not re:GetActivateLocation()&LOCATION_ONFIELD>0
and re:GetActivateLocation()&LOCATION_ONFIELD==0
end
function c50225010.tptg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(Card.IsAbleToHand,tp,0,LOCATION_ONFIELD,nil)
......
......@@ -90,7 +90,6 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local e8=Effect.CreateEffect(c)
e8:SetType(EFFECT_TYPE_FIELD)
e8:SetCode(EFFECT_IMMUNE_EFFECT)
e8:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e8:SetRange(LOCATION_MZONE)
e8:SetTargetRange(0,LOCATION_MZONE)
e8:SetTarget(cm.etg)
......
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