Commit 0ac9e4d7 authored by Tianchenglipu's avatar Tianchenglipu

Update c85087012.lua

parent 62ce34a1
...@@ -30,8 +30,8 @@ function c85087012.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -30,8 +30,8 @@ function c85087012.cost(e,tp,eg,ep,ev,re,r,rp,chk)
else else
local ac=0 local ac=0
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(85087012,2)) Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(85087012,2))
if ct==2 then ac=Duel.AnnounceNumber(tp,1,2) if ct==2 then ac=Duel.AnnounceNumber(tp,2,1)
else ac=Duel.AnnounceNumber(tp,1,2,3) end else ac=Duel.AnnounceNumber(tp,3,2,1) end
Duel.DiscardDeck(tp,ac,REASON_COST) Duel.DiscardDeck(tp,ac,REASON_COST)
e:SetLabel(ac) e:SetLabel(ac)
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