Commit 300ac2a4 authored by FluerLee's avatar FluerLee Committed by GitHub

Fix 超騎甲虫アブソリュート・ヘラクレス (#2151)

parent 0934a578
...@@ -36,9 +36,9 @@ function c50855622.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,9 +36,9 @@ function c50855622.regop(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetValue(c50855622.efilter) e1:SetValue(c50855622.efilter)
if Duel.GetTurnPlayer()==tp then if Duel.GetTurnPlayer()==tp then
e1:SetReset(RESET_PHASE+PHASE_END+RESET_SELF_TURN,2) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+RESET_SELF_TURN,2)
else else
e1:SetReset(RESET_PHASE+PHASE_END+RESET_SELF_TURN,1) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+RESET_SELF_TURN,1)
end end
e:GetHandler():RegisterEffect(e1) e:GetHandler():RegisterEffect(e1)
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