git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2551 c06c8d41-db1a-0410-9941-cceddc491573
JZYH7HK2T54PT7ROOT73CAP4GYCDAOW5IKXBK5WBGQNBWAANN5CAC
5P6MEKBISK6NI4MULM75HHFBQW5MXITSZJDGLLIDKJ7G24F7XYNAC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
if (target.id != current || target.pos.x != -1 && target.pos != you.pos())
if (target.id != current || target.pos.x != -1 && target.pos != you.pos()) {
if (target.id != current
|| target.pos.x != -1 && target.pos != you.pos())
{
if (target.id == current && target.pos.x != -1 && target.pos == you.pos()) mpr("You're already here!");
if (target.id == current && target.pos.x != -1 && target.pos == you.pos())
mpr("You're already here!");
}