Commit afa7ddcc authored by GuGu's avatar GuGu

Update c50106.lua

parent 28f6256d
...@@ -57,6 +57,7 @@ function c50106.bop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,6 +57,7 @@ function c50106.bop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1,true) tc:RegisterEffect(e1,true)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetCode(EFFECT_CANNOT_BE_XYZ_MATERIAL) e2:SetCode(EFFECT_CANNOT_BE_XYZ_MATERIAL)
e2:SetValue(1)
tc:RegisterEffect(e2,true) tc:RegisterEffect(e2,true)
end end
end end
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