Commit 969cf657 authored by POLYMER's avatar POLYMER

fix

parent c51000c2
No preview for this file type
......@@ -80,7 +80,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
{b3,aux.Stringid(id,4)})
if op==1 then
local max=math.min(Duel.GetLocationCount(tp,LOCATION_MZONE),ct)
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,5))
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,2))
local count=Duel.AnnounceLevel(tp,1,max)
for i=1,count do
local token=Duel.CreateToken(tp,12869000)
......@@ -90,7 +90,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
b3=true
elseif op==2 then
local max=math.min(Duel.GetLocationCount(1-tp,LOCATION_MZONE),ct)
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,5))
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,3))
local count=Duel.AnnounceLevel(tp,1,max)
for i=1,count do
local token=Duel.CreateToken(tp,12869000)
......
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