Commit 75e37c8d authored by Tianchenglipu's avatar Tianchenglipu

Update c494922.lua

parent 3efcb228
......@@ -21,6 +21,13 @@ function c494922.initial_effect(c)
e2:SetTarget(c494922.settg)
e2:SetOperation(c494922.setop)
c:RegisterEffect(e2)
--treat as choujuubusha
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e3:SetCode(EFFECT_ADD_SET_CODE)
e3:SetValue(0x9a)
c:RegisterEffect(e3)
end
function c494922.filter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP)
......
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