Commit 5761d480 authored by lostway's avatar lostway

Update c85909450.lua

parent d0c426ca
......@@ -40,7 +40,7 @@ function c85909450.effcon(e)
return e:GetHandler():GetOverlayCount()>0
end
function c85909450.target(e,c)
return c:IsSetCard(0x64)
return c:IsSetCard(0x64) and c:IsType(TYPE_MONSTER)
end
function c85909450.tgvalue(e,re,rp)
return rp~=e:GetHandlerPlayer()
......
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