Commit b8da89a6 authored by POLYMER's avatar POLYMER

fix

parent 1307d435
...@@ -30,7 +30,7 @@ function s.poscon1(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,7 +30,7 @@ function s.poscon1(e,tp,eg,ep,ev,re,r,rp)
return tc:IsControler(1-tp) and tc:IsPosition(POS_FACEUP) and c:IsCanChangePosition() return tc:IsControler(1-tp) and tc:IsPosition(POS_FACEUP) and c:IsCanChangePosition()
end end
function s.poscost1(e,tp,eg,ep,ev,re,r,rp,chk) function s.poscost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsCanChangePosition() end if chk==0 then return c:IsAttackPos() end
Duel.ChangePosition(e:GetHandler(),POS_FACEUP_DEFENSE) Duel.ChangePosition(e:GetHandler(),POS_FACEUP_DEFENSE)
end end
function s.posop1(e,tp,eg,ep,ev,re,r,rp) function s.posop1(e,tp,eg,ep,ev,re,r,rp)
......
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