Commit bb38708b authored by Fluorohydride's avatar Fluorohydride

Merge pull request #473 from lostway/patch-5

Update c85909450.lua
parents af520089 5761d480
......@@ -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