Commit d64d7e25 authored by mercury233's avatar mercury233 Committed by DailyShana

fix 真竜皇バハルストスF (#498)

parent 4582a3a3
......@@ -69,7 +69,7 @@ function c82321037.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(c,REASON_RULE)
return
end
local rg=Duel.GetMatchingGroup(c82321037.rmfilter,tp,0,LOCATION_MZONE+LOCATION_GRAVE,nil,tp)
local rg=Duel.GetMatchingGroup(c82321037.rmfilter,tp,0,LOCATION_SZONE+LOCATION_GRAVE,nil,tp)
if rm and rg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(82321037,0)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local tg=rg:Select(tp,1,2,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