Commit 55109f6b authored by mercury233's avatar mercury233

fix

parent 094d0ba0
...@@ -28,7 +28,7 @@ function c101006002.initial_effect(c) ...@@ -28,7 +28,7 @@ function c101006002.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c101006002.spcon(e,tp,eg,ep,ev,re,r,rp) function c101006002.spcon(e,tp,eg,ep,ev,re,r,rp)
return not r==REASON_RULE return not (r==REASON_RULE)
end end
function c101006002.spcost1(e,tp,eg,ep,ev,re,r,rp,chk) function c101006002.spcost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not e:GetHandler():IsPublic() end if chk==0 then return not e:GetHandler():IsPublic() 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