Commit caf382ae authored by Grajade's avatar Grajade

Update c1184073.lua

parent 240c7c63
...@@ -36,6 +36,7 @@ function c1184073.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,6 +36,7 @@ function c1184073.op1(e,tp,eg,ep,ev,re,r,rp)
local e1_1=Effect.CreateEffect(c) local e1_1=Effect.CreateEffect(c)
e1_1:SetType(EFFECT_TYPE_SINGLE) e1_1:SetType(EFFECT_TYPE_SINGLE)
e1_1:SetCode(EFFECT_CANNOT_TRIGGER) e1_1:SetCode(EFFECT_CANNOT_TRIGGER)
e1_1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1_1:SetReset(RESET_EVENT+RESETS_STANDARD) e1_1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e1_1) tc:RegisterEffect(e1_1)
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