Commit 53fada20 authored by nanahira's avatar nanahira Committed by GitHub

Update pick.lua

parent b4eec627
......@@ -162,8 +162,8 @@ function Auxiliary.Load2PickRule()
e1:SetCode(EFFECT_ADD_ATTRIBUTE)
e1:SetProperty(EFFECT_FLAG_IGNORE_RANGE | EFFECT_FLAG_IGNORE_IMMUNE | EFFECT_FLAG_SET_AVAILABLE)
e1:SetTargetRange(0xff,0xff)
e1:SetValue(0x7f)]]
Duel.RegisterEffect(e1,0)
e1:SetValue(0x7f)
Duel.RegisterEffect(e1,0)]]
local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD | EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_ADJUST)
......
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