Commit 15cc2b03 authored by Tianchenglipu's avatar Tianchenglipu

Update c83531441.lua

parent 0ac9e4d7
...@@ -44,8 +44,8 @@ function c83531441.atkcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -44,8 +44,8 @@ function c83531441.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
else else
local ac=0 local ac=0
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(83531441,2)) Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(83531441,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