Commit fd66c6f6 authored by wind2009's avatar wind2009

Fix typo

parent 0a17bccb
...@@ -488,7 +488,7 @@ function Auxiliary.Chicken_Game_Operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -488,7 +488,7 @@ function Auxiliary.Chicken_Game_Operation(e,tp,eg,ep,ev,re,r,rp)
local tp=Duel.GetTurnPlayer() local tp=Duel.GetTurnPlayer()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EFFECT) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EFFECT)
local hintlist=(Duel.GetFieldGroupCount(p,LOCATION_HAND,0)>0 and Duel.GetFieldGroupCount(p,LOCATION_DECK,0)>0) and {aux.Stringid(64306248,0),aux.Stringid(42541548,0)} or {aux.Stringid(64306248,0)} local hintlist=(Duel.GetFieldGroupCount(p,LOCATION_HAND,0)>0 and Duel.GetFieldGroupCount(p,LOCATION_DECK,0)>0) and {aux.Stringid(64306248,0),aux.Stringid(42541548,0)} or {aux.Stringid(64306248,0)}
local op=Duel.SelectOption(p,table.unpack(hintlist)) local op=Duel.SelectOption(tp,table.unpack(hintlist))
-- heal -- heal
if op==0 then if op==0 then
Duel.Recover(tp,1000,REASON_EFFECT) Duel.Recover(tp,1000,REASON_EFFECT)
......
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