Commit f2228796 authored by POLYMER's avatar POLYMER

fix

parent 580c2c4b
...@@ -94,8 +94,11 @@ function c28316051.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -94,8 +94,11 @@ function c28316051.regop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c28316051.ffilter,p,LOCATION_GRAVE,0,nil,p) local g=Duel.GetMatchingGroup(c28316051.ffilter,p,LOCATION_GRAVE,0,nil,p)
if c:IsReason(REASON_DESTROY) and #g>0 then if c:IsReason(REASON_DESTROY) and #g>0 then
Duel.Hint(HINT_CARD,0,28316051) Duel.Hint(HINT_CARD,0,28316051)
Duel.Hint(HINT_SELECTMSG,p,HINTMSG_OPERATECARD) local tc=g:GetFirst()
local tc=g:Select(p,1,1,nil):GetFirst() if #g>1 then
Duel.Hint(HINT_SELECTMSG,p,HINTMSG_OPERATECARD)
tc=g:Select(p,1,1,nil):GetFirst()
end
Duel.HintSelection(Group.FromCards(tc)) Duel.HintSelection(Group.FromCards(tc))
local fc=Duel.GetFieldCard(p,LOCATION_FZONE,0) local fc=Duel.GetFieldCard(p,LOCATION_FZONE,0)
if fc then if fc then
......
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