Commit c18efa53 authored by Nemo Ma's avatar Nemo Ma

fix

parent 92caa7dc
...@@ -13,12 +13,6 @@ function cm.initial_effect(c) ...@@ -13,12 +13,6 @@ function cm.initial_effect(c)
e1:SetTarget(c22348141.target) e1:SetTarget(c22348141.target)
e1:SetOperation(c22348141.activate) e1:SetOperation(c22348141.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--act in hand
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_TRAP_ACT_IN_HAND)
e2:SetCondition(c22348141.handcon)
c:RegisterEffect(e2)
--apply effect --apply effect
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(22349141,0)) e3:SetDescription(aux.Stringid(22349141,0))
......
...@@ -110,7 +110,7 @@ function c22348144.effop(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,7 +110,7 @@ function c22348144.effop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c22348144.desop(e,tp,eg,ep,ev,re,r,rp) function c22348144.desop(e,tp,eg,ep,ev,re,r,rp)
if e:GetLabelObject():GetLabel()~=0 then return end -- if e:GetLabelObject():GetLabel()~=0 then return end
local tc=e:GetHandler():GetFirstCardTarget() local tc=e:GetHandler():GetFirstCardTarget()
if tc and tc:IsLocation(LOCATION_MZONE) then if tc and tc:IsLocation(LOCATION_MZONE) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
......
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