Commit d35bcc6c authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent 74d106b5
......@@ -43,7 +43,7 @@ end
function c72404101.cost3(e,tp,eg,ep,ev,re,r,rp,chk)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if chk==0 then return ft>-1 and Duel.CheckReleaseGroup(tp,c72404101.costfilter,1,nil,ft,tp) end
local g=Duel.SelectReleaseGroup(tp,c72404101.cfilter,1,1,nil,ft,tp)
local g=Duel.SelectReleaseGroup(tp,c72404101.costfilter,1,1,nil,ft,tp)
Duel.Release(g,REASON_COST)
end
function c72404101.target3(e,tp,eg,ep,ev,re,r,rp,chk)
......@@ -73,7 +73,7 @@ function c72404101.cost4(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST)
end
function c72404101.target4(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsSSetable() end
if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_LEAVE_GRAVE,e:GetHandler(),1,0,0)
end
function c72404101.operation4(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -44,7 +44,7 @@ function c72404119.operation1(e,tp,eg,ep,ev,re,r,rp)
local gx=Group.GetFirst(g)
Duel.Hint(HINT_SELECTMSG,tp,HINGMSG_LVRANK)
local lv=Duel.AnnounceLevel(tp,1,10)
if gx:IsFaceup() and gx:IsRelateToEffect(e) then
if gx:IsFaceup() then
local e1=Effect.CreateEffect(e:GetOwner())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CHANGE_LEVEL)
......
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