Commit 9b2b39fb authored by POLYMER's avatar POLYMER

fix

parent 60948846
...@@ -117,6 +117,7 @@ function s.raop(e,tp,eg,ep,ev,re,r,rp) ...@@ -117,6 +117,7 @@ function s.raop(e,tp,eg,ep,ev,re,r,rp)
e1:SetTargetRange(LOCATION_ONFIELD,0) e1:SetTargetRange(LOCATION_ONFIELD,0)
e1:SetTarget(aux.TRUE) e1:SetTarget(aux.TRUE)
e1:SetValue(1) e1:SetValue(1)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
local e2=e1:Clone() local e2=e1:Clone()
...@@ -141,6 +142,7 @@ function s.raop(e,tp,eg,ep,ev,re,r,rp) ...@@ -141,6 +142,7 @@ function s.raop(e,tp,eg,ep,ev,re,r,rp)
e1:SetTargetRange(LOCATION_ONFIELD,0) e1:SetTargetRange(LOCATION_ONFIELD,0)
e1:SetTarget(aux.TRUE) e1:SetTarget(aux.TRUE)
e1:SetValue(1) e1:SetValue(1)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
local e2=e1:Clone() local e2=e1:Clone()
......
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