Commit 16d99d49 authored by Tachibana's avatar Tachibana

eme

parent d66dfad5
No preview for this file type
......@@ -29,7 +29,7 @@ function c9330003.initial_effect(c)
e2:SetRange(LOCATION_MZONE)
e2:SetCode(EFFECT_CANNOT_CHANGE_CONTROL)
c:RegisterEffect(e2)
--activate limit
--Remove
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(9330003,0))
e3:SetCategory(CATEGORY_REMOVE)
......@@ -94,15 +94,6 @@ function c9330003.actop(e,tp,eg,ep,ev,re,r,rp)
Duel.SSet(tp,tc)
end
end
function c9330003.disop(e,tp,eg,ep,ev,re,r,rp)
local tl=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
if tl==LOCATION_MZONE and not re:IsActiveType(TYPE_TRAP) and not re:GetHandler():IsCode(9330001) then
Duel.NegateEffect(ev)
end
if tl==LOCATION_SZONE and not re:IsActiveType(TYPE_TRAP) and not re:GetHandler():IsCode(9330001) then
Duel.NegateEffect(ev)
end
end
function c9330003.effcon(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,REASON_FUSION+REASON_RITUAL)~=0 and e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
and e:GetHandler():GetReasonCard():IsSetCard(0xaf93)
......
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