Commit 0beaf3b5 authored by tsubaki's avatar tsubaki

fix1

parent de67e3e8
Pipeline #42304 passed with stage
in 38 seconds
...@@ -42,7 +42,7 @@ function c22130.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,7 +42,7 @@ function c22130.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_SYNCHRO_LEVEL) e2:SetCode(EFFECT_SYNCHRO_LEVEL)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_MZONE+LOCATION_HAND) e2:SetRange(LOCATION_MZONE+LOCATION_HAND)
e2:SetValue(sc22130.synlevel) e2:SetValue(c22130.synlevel)
e2:SetReset(RESET_EVENT+RESETS_STANDARD) e2:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e2) c:RegisterEffect(e2)
if Duel.SelectYesNo(tp,aux.Stringid(22130,2)) then if Duel.SelectYesNo(tp,aux.Stringid(22130,2)) then
......
...@@ -54,7 +54,7 @@ function c22218.initial_effect(c) ...@@ -54,7 +54,7 @@ function c22218.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c22218.esfilter(c) function c22218.esfilter(c)
return (c:IsSetCard(0x813) return c:IsSetCard(0x813)
end end
function c22218.filter(c) function c22218.filter(c)
return c:IsType(TYPE_SPELL) and c:IsAbleToDeck() and (c:IsLocation(LOCATION_GRAVE) or c:IsFaceup()) return c:IsType(TYPE_SPELL) and c:IsAbleToDeck() and (c:IsLocation(LOCATION_GRAVE) or c:IsFaceup())
......
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