Commit b02b5029 authored by Chen Bill's avatar Chen Bill

fix エヴォルド・フォリス

parent cbd8a3ce
......@@ -73,7 +73,7 @@ function s.rfilter(c)
end
function s.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(s.desrepfilter,1,nil,tp)
and Duel.CheckReleaseGroup(REASON_COST,tp,s.rfilter,1,nil) end
and Duel.CheckReleaseGroup(REASON_EFFECT,tp,s.rfilter,1,nil) end
return Duel.SelectEffectYesNo(tp,e:GetHandler(),96)
end
function s.desrepval(e,c)
......@@ -81,7 +81,7 @@ function s.desrepval(e,c)
end
function s.desrepop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESREPLACE)
local g=Duel.SelectReleaseGroup(REASON_COST,tp,s.rfilter,1,1,nil)
local g=Duel.SelectReleaseGroup(REASON_EFFECT,tp,s.rfilter,1,1,nil)
if #g>0 then
Duel.Hint(HINT_CARD,0,id)
Duel.HintSelection(g)
......
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