Commit 5f7ede10 authored by nanahira's avatar nanahira

fix

parent bcd91a25
......@@ -8,6 +8,7 @@ function CUNGUI.Init()
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetLabel(0)
e1:SetValue(CUNGUI.val)
Duel.RegisterEffect(e1,0)
......
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