Commit d7c83b74 authored by salix5's avatar salix5

Merge pull request #31 from nekrozar/patch-1

fix Stellarknight Alpha
parents fef17d6d 80d27d82
...@@ -57,7 +57,7 @@ function c81810441.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c81810441.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c81810441.eqlimit(e,c) function c81810441.eqlimit(e,c)
return c:IsSetCard(0x9c) return c:IsSetCard(0x9c) and c:GetControler()==e:GetHandler():GetControler()
end end
function c81810441.efilter(e,re) function c81810441.efilter(e,re)
return e:GetHandlerPlayer()~=re:GetOwnerPlayer() return e:GetHandlerPlayer()~=re:GetOwnerPlayer()
......
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