Commit bcd91a25 authored by nanahira's avatar nanahira

update normal up

parent 9b7ff8d8
...@@ -23,9 +23,9 @@ end ...@@ -23,9 +23,9 @@ end
function CUNGUI.val(e,c) function CUNGUI.val(e,c)
if (c:GetOriginalType() & TYPE_NORMAL)==0 or (c:GetOriginalType() & (TYPE_PENDULUM+TYPE_TOKEN))>0 then return 0 end if (c:GetOriginalType() & TYPE_NORMAL)==0 or (c:GetOriginalType() & (TYPE_PENDULUM+TYPE_TOKEN))>0 then return 0 end
local up = c:GetBaseAttack()*9 local baseValue = c:GetBaseAttack()
if e:GetLabel()==1 then up = c:GetBaseDefense()*9 end if e:GetLabel()==1 then baseValue = c:GetBaseDefense() end
return up return c:IsOriginalCodeRule(89631139,74677422,46986414) and baseValue*99 or baseValue*9
end end
function Auxiliary.PreloadUds() function Auxiliary.PreloadUds()
...@@ -39,4 +39,4 @@ function Auxiliary.PreloadUds() ...@@ -39,4 +39,4 @@ function Auxiliary.PreloadUds()
e:Reset() e:Reset()
end) end)
Duel.RegisterEffect(e1,0) Duel.RegisterEffect(e1,0)
end end
\ No newline at end of file
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