Commit 966c6d16 authored by Tachibana's avatar Tachibana

tnndx

parent 9cd5e7b7
...@@ -58,7 +58,7 @@ function c9330015.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function c9330015.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local sg=Duel.GetMatchingGroup(c9330015.posfilter,tp,LOCATION_MZONE,0,nil) local sg=Duel.GetMatchingGroup(c9330015.posfilter,tp,LOCATION_MZONE,0,nil)
if sg:GetCount()>0 then if sg:GetCount()>0 then
Duel.ChangePosition(sg,POS_FACEUP_ATTACK) Duel.ChangePosition(sg,POS_FACEUP_ATTACK)
local tc=sg:GetFirst() local tc=sg:GetFirst()
while tc do while tc do
local e0=Effect.CreateEffect(c) local e0=Effect.CreateEffect(c)
......
...@@ -34,8 +34,11 @@ function c9330016.initial_effect(c) ...@@ -34,8 +34,11 @@ function c9330016.initial_effect(c)
e4:SetValue(c9330016.aclimit) e4:SetValue(c9330016.aclimit)
c:RegisterEffect(e4) c:RegisterEffect(e4)
--cannot remove --cannot remove
local e5=e4:Clone() local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_CANNOT_REMOVE) e5:SetCode(EFFECT_CANNOT_REMOVE)
e5:SetRange(LOCATION_ONFIELD)
e5:SetTargetRange(LOCATION_GRAVE,LOCATION_GRAVE)
e5:SetValue(c9330016.aclimit2) e5:SetValue(c9330016.aclimit2)
c:RegisterEffect(e5) c:RegisterEffect(e5)
--set/to hand --set/to hand
......
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