Commit b3396f6b authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 21e7c292
--WalkurenRitt
--Ride of the Valkyries
function c65687442.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......@@ -54,10 +54,10 @@ function c65687442.spop(e,tp,eg,ep,ev,re,r,rp)
if ct>2 then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CHANGE_DAMAGE)
e1:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(1,0)
e1:SetValue(0)
e1:SetValue(1)
e1:SetReset(RESET_PHASE+PHASE_END,2)
Duel.RegisterEffect(e1,tp)
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