Commit 7ad94b8c authored by GuGu's avatar GuGu

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

parent 47a1dcc9
Pipeline #21192 passed with stage
in 1 minute and 21 seconds
......@@ -59,7 +59,7 @@ function c86379015.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_DEFENSE) then
if not tc1:IsPosition(POS_FACEUP_DEFENSE) then
Duel.ChangePosition(tc1,POS_FACEUP_DEFENSE)
end
end
......@@ -74,7 +74,7 @@ function c86379015.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_DEFENSE) then
if not tc2:IsPosition(POS_FACEUP_DEFENSE) then
Duel.ChangePosition(tc2,POS_FACEUP_DEFENSE)
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