Commit 7fe41bae authored by Mr.Tan's avatar Mr.Tan

Update c101206065.lua

parent d0fe453d
Pipeline #27798 failed with stages
in 30 seconds
......@@ -41,9 +41,9 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
e3:SetType(EFFECT_TYPE_FIELD)
e3:SetCode(EFFECT_CHANGE_BATTLE_DAMAGE)
e3:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e3:SetTargetRange(1,0)
e3:SetTargetRange(0,1)
e3:SetCondition(s.dcon)
e3:SetValue(aux.ChangeBattleDamage(1,DOUBLE_DAMAGE))
e3:SetValue(DOUBLE_DAMAGE)
Duel.RegisterEffect(e3,tp)
Duel.RegisterFlagEffect(tp,id,0,0,1)
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