Commit 47f5739b authored by Grajade's avatar Grajade

Update c19060.lua

parent bd9319ae
Pipeline #7848 passed with stage
in 1 minute and 27 seconds
......@@ -53,7 +53,7 @@ function c19060.op1(e,tp,eg,ep,ev,re,r,rp)
e1_1:SetTargetRange(LOCATION_MZONE,0)
e1_1:SetTarget(aux.TargetBoolFunction(Card.IsRace,RACE_WINDBEAST))
e1_1:SetValue(1)
e1_1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN,0,2)
e1_1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN,2)
Duel.RegisterEffect(e1_1,tp)
Duel.RegisterFlagEffect(tp,19060,RESET_PHASE+PHASE_END+RESET_OPPO_TURN,0,2)
else
......@@ -64,7 +64,7 @@ function c19060.op1(e,tp,eg,ep,ev,re,r,rp)
e1_2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1_2:SetTarget(c19060.tg1_2)
e1_2:SetValue(1)
e1_2:SetReset(RESET_PHASE+PHASE_END+RESET_SELF_TURN,0,2)
e1_2:SetReset(RESET_PHASE+PHASE_END+RESET_SELF_TURN,2)
Duel.RegisterEffect(e1_2,tp)
Duel.RegisterFlagEffect(tp,19060,RESET_PHASE+PHASE_END+RESET_SELF_TURN,0,2)
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