Commit cd4f5cb8 authored by mercury233's avatar mercury233

fix

parent 95011314
...@@ -138,7 +138,8 @@ function c100338035.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -138,7 +138,8 @@ function c100338035.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev) Duel.NegateEffect(ev)
end end
function c100338035.rmtg(e,c) function c100338035.rmtg(e,c)
return c:GetOwner()~=e:GetHandlerPlayer() and c:IsType(TYPE_MONSTER) return c:GetOwner()~=e:GetHandlerPlayer() and not c:IsLocation(LOCATION_OVERLAY)
and not c:IsType(TYPE_SPELL+TYPE_TRAP)
end end
function c100338035.rmcon(e) function c100338035.rmcon(e)
local tp=e:GetHandlerPlayer() local tp=e:GetHandlerPlayer()
......
...@@ -70,6 +70,8 @@ function c101101050.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,6 +70,8 @@ function c101101050.activate(e,tp,eg,ep,ev,re,r,rp)
tc:CompleteProcedure() tc:CompleteProcedure()
if tc:IsFaceup() and tc:IsCode(66889139) then if tc:IsFaceup() and tc:IsCode(66889139) then
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetDescription(aux.Stringid(101101050,0))
e1:SetProperty(EFFECT_FLAG_CLIENT_HINT)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(2600) e1:SetValue(2600)
......
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