Commit 5c351783 authored by wyykak's avatar wyykak

fix 17061120

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent e32e2060
Pipeline #11426 passed with stage
in 37 seconds
......@@ -107,9 +107,9 @@ function cm.penop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) then
local op=0
if Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1) then
op=Duel.SelectOption(tp,aux.Stringid(17061120,1),aux.Stringid(17061120,2))
op=Duel.SelectOption(tp,aux.Stringid(17061120,2),aux.Stringid(17061120,1))
else
op=Duel.SelectOption(tp,aux.Stringid(17061120,1))
op=Duel.SelectOption(tp,aux.Stringid(17061120,2))
end
if op==0 then
Duel.MoveToField(c,tp,tp,LOCATION_PZONE,POS_FACEUP,true)
......
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