Commit 13098619 authored by Huangnan's avatar Huangnan

Merge branch 'patch-1' into 'master'

Update c101206065.lua

See merge request !50
parents d0fe453d 7fe41bae
......@@ -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