Commit 0662ddcf authored by nanahira's avatar nanahira

change

parent f6a36fce
......@@ -93,12 +93,12 @@ function cm.initial_effect(c)
e3_:SetRange(LOCATION_SZONE)
e3_:SetProperty(EFFECT_TYPE_IGNORE_RANGE)
e3_:SetTargetRange(0xff,0xff)
e3_:SetLabelObject(e3)
e3:SetLabelObject(e3)
e3_:SetLabelObject(e3)
c:RegisterEffect(e3_)
local e3__=e3_:Clone()
e3__:SetLabelObject(e5)
e5:SetLabelObject(e3__)
e3__:SetLabelObject(e5)
c:RegisterEffect(e3__)
if not cm.gchk then
cm.gchk=true
......
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