git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2112 c06c8d41-db1a-0410-9941-cceddc491573
2PEJPMEOH6N4U5TLKLGIN4MWLEVTSJDSMA4MOOKKN2QVJBGNGIVQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
mpr("Not there!");
{ if ( player_monster_visible(&menv[mgrd[targ_x][targ_y]]) ) mpr("There's something there already!"); else { mpr("Something seems to disrupt your summoning."); return 0; } }
{
if ( player_monster_visible(&menv[mgrd[targ_x][targ_y]]) )
mpr("There's something there already!");
else
mpr("Something seems to disrupt your summoning.");
return 0;
}