Commit 205c732e authored by whenmo's avatar whenmo

Update c10402042.lua

parent 6017c8cf
local cm,m,o=GetID()
function cm.initial_effect(c)
vgf.VgCard(c)
vgd.EffectTypeContinuousChangeDefense(c,m,EFFECT_TYPE_SINGLE,5000,cm.con)
vgf.VgCard(c)
vgd.EffectTypeContinuousChangeDefense(c,m,EFFECT_TYPE_SINGLE,5000,cm.con)
end
function cm.con(e)
local c = vgf.GetVMonster(1-e:GetHandlerPlayer())
return c and c:IsLevelAbove(3)
end
local c = vgf.GetVMonster(1-e:GetHandlerPlayer())
return c and c:IsLevelAbove(3)
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