Commit 80f67a50 authored by mercury233's avatar mercury233

fix

parent c7edebf2
...@@ -79,7 +79,7 @@ function c101009008.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,7 +79,7 @@ function c101009008.rmop(e,tp,eg,ep,ev,re,r,rp)
local lv=rg:FilterCount(Card.IsLocation,nil,LOCATION_REMOVED) local lv=rg:FilterCount(Card.IsLocation,nil,LOCATION_REMOVED)
if lv>0 and tc:IsRelateToEffect(e) then if lv>0 and tc:IsRelateToEffect(e) then
local op=0 local op=0
if c:IsLevelBelow(lv) then op=Duel.SelectOption(tp,aux.Stringid(101009008,2)) if tc:IsLevelBelow(lv) then op=Duel.SelectOption(tp,aux.Stringid(101009008,2))
else op=Duel.SelectOption(tp,aux.Stringid(101009008,2),aux.Stringid(101009008,3)) end else op=Duel.SelectOption(tp,aux.Stringid(101009008,2),aux.Stringid(101009008,3)) end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -34,7 +34,7 @@ function c101009038.initial_effect(c) ...@@ -34,7 +34,7 @@ function c101009038.initial_effect(c)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e4:SetCode(EVENT_PHASE+PHASE_END) e4:SetCode(EVENT_PHASE+PHASE_END)
e4:SetRange(LOCATION_GRAVE) e4:SetRange(LOCATION_GRAVE)
e4:SetCountLimit(1) e4:SetCountLimit(1,101009038)
e4:SetCondition(c101009038.spcon) e4:SetCondition(c101009038.spcon)
e4:SetCost(c101009038.spcost) e4:SetCost(c101009038.spcost)
e4:SetTarget(c101009038.sptg) e4:SetTarget(c101009038.sptg)
......
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