Commit 232ae975 authored by nanahira's avatar nanahira

fix

parent 303fc019
...@@ -277,13 +277,13 @@ oneTimeSkill(21082832, function(e,tp,eg,ep,ev,re,r,rp) ...@@ -277,13 +277,13 @@ oneTimeSkill(21082832, function(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.CreateToken(tp,55410871) local tc=Duel.CreateToken(tp,55410871)
Duel.MoveToField(tc,tp,tp,LOCATION_MZONE,POS_FACEUP_ATTACK,true) Duel.MoveToField(tc,tp,tp,LOCATION_MZONE,POS_FACEUP_ATTACK,true)
--cannot remove --cannot remove
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(tc)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetCode(EFFECT_CANNOT_REMOVE) e1:SetCode(EFFECT_CANNOT_REMOVE)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e4) tc:RegisterEffect(e4)
tc:CompleteProcedure() tc:CompleteProcedure()
end end
end) end)
......
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