Commit 0779182a authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12029014.lua

parent b80fc619
......@@ -52,7 +52,7 @@ function cm.checkop3(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.checkop2(e,tp,eg,ep,ev,re,r,rp)
if re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsControler(tp) then
if re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsControler(1-tp) then
Dark_Sr[#Dark_Sr+1]=re:GetHandler():GetCode()
end
end
......@@ -65,7 +65,7 @@ end
function cm.checkop1(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst()
while tc do
if tc:IsControler(tp) then
if tc:IsControler(1-tp) then
Real_Sr[#Real_Sr+1]=tc:GetCode()
end
tc=eg:GetNext()
......
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