Commit cba00d34 authored by GuGu's avatar GuGu

Update c86379017.lua 对里侧怪的处理失效

parent 7ad94b8c
Pipeline #21193 passed with stage
in 56 seconds
......@@ -59,7 +59,7 @@ function c86379017.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(3000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc1:RegisterEffect(e1)
if not tc1:IsPosition(POS_ATTACK) then
if not tc1:IsPosition(POS_FACEUP_ATTACK) then
Duel.ChangePosition(tc1,POS_FACEUP_ATTACK)
end
end
......@@ -74,7 +74,7 @@ function c86379017.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(0)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc2:RegisterEffect(e1)
if not tc2:IsPosition(POS_ATTACK) then
if not tc2:IsPosition(POS_FACEUP_ATTACK) then
Duel.ChangePosition(tc2,POS_FACEUP_ATTACK)
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