Accept spell/ability focus Zuo Ci, the Mocking Sage

/ / Zuo Ci, the Mocking Sage out start
int debugLevel=3;
D.addLog("10610: Enter card 10610: "+card,debugLevel);
if (match.getOwner(sourceCard) == match.getOwner(card) )
{
          bRet = true;
          D.addLog("10610: 10610 end (t).",debugLevel);
          return;
}
bRet = false;
reason="Not targetable by opponent!";
D.addLog("10610: 10610 end (f).",debugLevel);
/ / Zuo Ci, the Mocking Sage out end