Commit 776c3616 authored by Ma's avatar Ma

Update c69838592.lua

这张卡的攻击力·守备力直到回合结束时变成和进行战斗的对方怪兽的原本攻击力相同。
parent 6725c3e1
...@@ -69,7 +69,6 @@ function c69838592.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,7 +69,6 @@ function c69838592.operation(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetCode(EFFECT_SET_DEFENCE_FINAL) e2:SetCode(EFFECT_SET_DEFENCE_FINAL)
e2:SetValue(bc:GetBaseDefence())
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
end 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