Commit 6860278f authored by mercury233's avatar mercury233 Committed by GitHub

fix 真血公ヴァンパイア

parent 1d38dccd
......@@ -64,7 +64,7 @@ function c73082255.disop(e,tp,eg,ep,ev,re,r,rp)
local g2=Duel.GetOperatedGroup()
g:Merge(g2)
local fg=g:Filter(aux.NecroValleyFilter(c73082255.cfilter),nil,e,tp)
if fg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(73082255,1)) then
if fg:GetCount()>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.SelectYesNo(tp,aux.Stringid(73082255,1)) then
Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local tc=fg:Select(tp,1,1,nil)
......
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