Commit 62ab2e01 authored by nanahira's avatar nanahira

fix

parent 80417694
......@@ -25,7 +25,7 @@ function cm.initial_effect(c)
end)
e2:SetRange(LOCATION_SZONE)
e2:SetValue(function(e,c)
return c:IsControler(1-e:GetHandlerPlayer())
return c and c:IsControler(1-e:GetHandlerPlayer())
end)
c:RegisterEffect(e2)
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