Commit 205c732e authored by whenmo's avatar whenmo

Update c10402042.lua

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