Commit 459573cc authored by DailyShana's avatar DailyShana

fix

parent f836a55f
...@@ -16,7 +16,7 @@ function c34966096.initial_effect(c) ...@@ -16,7 +16,7 @@ function c34966096.initial_effect(c)
e2:SetDescription(aux.Stringid(34966096,1)) e2:SetDescription(aux.Stringid(34966096,1))
e2:SetCategory(CATEGORY_REMOVE) e2:SetCategory(CATEGORY_REMOVE)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCountLimit(1,34966097) e2:SetCountLimit(1,34966097)
e2:SetTarget(c34966096.rmtg) e2:SetTarget(c34966096.rmtg)
......
...@@ -68,7 +68,7 @@ function c68295149.tgval(e,re,rp) ...@@ -68,7 +68,7 @@ function c68295149.tgval(e,re,rp)
return rp==1-e:GetHandlerPlayer() and re:IsActiveType(TYPE_MONSTER) return rp==1-e:GetHandlerPlayer() and re:IsActiveType(TYPE_MONSTER)
end end
function c68295149.repfilter(c) function c68295149.repfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsType(TYPE_RITUAL+TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ) and c:IsAbleToRemove() return c:IsType(TYPE_MONSTER) and c:IsType(TYPE_RITUAL+TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ) and c:IsAbleToRemove()
end end
function c68295149.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function c68295149.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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