Commit 447a5ef8 authored by Chen Bill's avatar Chen Bill

fix 魔界特派員デスキャスター

parent 7d789fc4
...@@ -48,7 +48,7 @@ end ...@@ -48,7 +48,7 @@ end
function s.desreptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return eg:IsExists(s.repfilter,1,nil,tp) if chk==0 then return eg:IsExists(s.repfilter,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,c,96) return Duel.SelectEffectYesNo(tp,c,96)
end end
function s.desrepval(e,c) function s.desrepval(e,c)
...@@ -56,7 +56,7 @@ function s.desrepval(e,c) ...@@ -56,7 +56,7 @@ function s.desrepval(e,c)
end end
function s.desrepop(e,tp,eg,ep,ev,re,r,rp) function s.desrepop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESREPLACE) 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)
Duel.Hint(HINT_CARD,0,id) Duel.Hint(HINT_CARD,0,id)
Duel.Release(g,REASON_EFFECT+REASON_REPLACE) Duel.Release(g,REASON_EFFECT+REASON_REPLACE)
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