Commit 64a198e0 authored by salix5's avatar salix5

fix 竜儀巧-メテオニス=DAD

parent b370ff35
...@@ -4,10 +4,8 @@ function s.initial_effect(c) ...@@ -4,10 +4,8 @@ function s.initial_effect(c)
aux.AddCodeList(c,22398665) aux.AddCodeList(c,22398665)
c:EnableReviveLimit() c:EnableReviveLimit()
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0) e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(s.indtg) e1:SetTarget(s.indtg)
...@@ -38,7 +36,7 @@ function s.initial_effect(c) ...@@ -38,7 +36,7 @@ function s.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function s.indtg(e,c) function s.indtg(e,c)
return c~=e:GetHandler() and c:IsFaceup() and c:IsSetCard(0x154) return c~=e:GetHandler() and c:IsSetCard(0x154)
end end
function s.discon(e,tp,eg,ep,ev,re,r,rp) function s.discon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev) return ep==1-tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev)
......
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