Commit c6a51206 authored by Ma's avatar Ma

Update c72926163.lua

因为不明原因在服务端进行游戏的时候,两个新宇侠融合出新宇骑士攻击力会变成2499。
parent 3e726c8e
......@@ -37,7 +37,7 @@ function c72926163.initial_effect(c)
end
function c72926163.valcheck(e,c)
local g=c:GetMaterial()
local atk=-1
local atk=0
local tc=g:GetFirst()
if tc:IsCode(89943723) or tc:IsHasEffect(EFFECT_FUSION_SUBSTITUTE) then tc=g:GetNext() end
if not tc:IsCode(89943723) then
......
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