Commit 2855b514 authored by 聖園ミカ's avatar 聖園ミカ 🐟

1+1=3

parent 12032f26
...@@ -43,6 +43,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -43,6 +43,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetTarget(s.sumlimit) e1:SetTarget(s.sumlimit)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function s.zones(e,tp,eg,ep,ev,re,r,rp) function s.zones(e,tp,eg,ep,ev,re,r,rp)
...@@ -109,6 +110,7 @@ function s.cost2(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -109,6 +110,7 @@ function s.cost2(e,tp,eg,ep,ev,re,r,rp,chk)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetTarget(s.sumlimit) e1:SetTarget(s.sumlimit)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
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