Commit c7a6b8ab authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent de25d7b4
...@@ -50,7 +50,7 @@ function c24207889.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,7 +50,7 @@ function c24207889.adjustop(e,tp,eg,ep,ev,re,r,rp)
local rg=g:Filter(Card.IsRace,nil,race) local rg=g:Filter(Card.IsRace,nil,race)
local rc=rg:GetCount() local rc=rg:GetCount()
if rc>1 then if rc>1 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,p,HINTMSG_TOGRAVE)
local dg=rg:Select(p,rc-1,rc-1,nil) local dg=rg:Select(p,rc-1,rc-1,nil)
sg:Merge(dg) sg:Merge(dg)
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