Commit 0b643ee5 authored by wind2009's avatar wind2009

Fix 影霊衣

parent 4b1f8fec
......@@ -16,7 +16,6 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_RITUAL_LEVEL)
e2:SetValue(s.rlevel)
e2:SetRange(LOCATION_MZONE)
c:RegisterEffect(e2)
--tohand
local e3=Effect.CreateEffect(c)
......
......@@ -32,7 +32,6 @@ function s.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetCode(EFFECT_RITUAL_LEVEL)
e4:SetValue(s.rlevel)
e4:SetRange(LOCATION_MZONE)
c:RegisterEffect(e4)
end
function s.cfilter(c)
......
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