Commit 00c939ab authored by salix5's avatar salix5

Merge pull request #1403 from Tianchenglipu/patch-2

Update c85087012.lua
parents 76a7e126 15cc2b03
......@@ -44,8 +44,8 @@ function c83531441.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
else
local ac=0
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(83531441,2))
if ct==2 then ac=Duel.AnnounceNumber(tp,1,2)
else ac=Duel.AnnounceNumber(tp,1,2,3) end
if ct==2 then ac=Duel.AnnounceNumber(tp,2,1)
else ac=Duel.AnnounceNumber(tp,3,2,1) end
Duel.DiscardDeck(tp,ac,REASON_COST)
e:SetLabel(ac)
end
......
......@@ -30,8 +30,8 @@ function c85087012.cost(e,tp,eg,ep,ev,re,r,rp,chk)
else
local ac=0
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(85087012,2))
if ct==2 then ac=Duel.AnnounceNumber(tp,1,2)
else ac=Duel.AnnounceNumber(tp,1,2,3) end
if ct==2 then ac=Duel.AnnounceNumber(tp,2,1)
else ac=Duel.AnnounceNumber(tp,3,2,1) end
Duel.DiscardDeck(tp,ac,REASON_COST)
e:SetLabel(ac)
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