travel/shift-run/rest.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1457 c06c8d41-db1a-0410-9941-cceddc491573
V2OQTNDCAEYXJRGSU7BG4TMLIQLT7X32ILOXW7KEWVL2R33B6XJQC switch (random2(3)){case 0:mprf(MSGCH_WARN, "Not with %s in view!",ptr_monam(m, DESC_NOCAP_A));break;case 1:mprf(MSGCH_WARN, "There's %s right there!",ptr_monam(m, DESC_NOCAP_A));break;case 2:mprf(MSGCH_WARN, "Wait, there's %s in sight!",ptr_monam(m, DESC_NOCAP_A));break;}
mprf(MSGCH_WARN, "Not with %s in view!",ptr_monam(m, DESC_NOCAP_A));
# These lines will suppress extra feedback messages from travel/shift-running.# message_colour = mute:warning:comes into view# message_colour = mute:You start (searching|resting)# message_colour = mute:Done searching# message_colour = mute:(HP|Magic) restored# message_colour = mute:warning:Not with.*(in view|monsters around)