secret doors are found.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3042 c06c8d41-db1a-0410-9941-cceddc491573
LA2LFZAVBUB2BUK7Q3P3B4YQ5PIYHXAAKTN6KAZY5HTZ3QITUJ5AC
YCL3W2PFE6ILTGBFODCSXNPDIA46KVSZP2TI7HDMYAOEJT65RIEAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (!see_grid(x, y))
{
mprf("You detect %s secret door%s.", (found > 1) ? "some" : "a", (found > 1) ? "s" : "" ); }
mprf("You detect %s secret door%s.",
(found > 1) ? "some" : "a", (found > 1) ? "s" : "" );
}
mprf("You detect %s", (found > 0) ? "secret doors!" : "nothing.");