From 1aa4e8906e9d1db62973cecf451236247e5d94b6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 1 Jun 2008 02:16:21 +0000 Subject: Add more random uselessness effect cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5387 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 7c0ebe9868..965a00bff3 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -752,7 +752,10 @@ void random_uselessness(unsigned char ru, unsigned char sc_read_2) weird_glowing_colour().c_str()); } else - canned_msg(MSG_NOTHING_HAPPENS); + { + mprf("Your %s glow %s for a moment.", + your_hand(true).c_str(), weird_glowing_colour().c_str()); + } break; case 3: @@ -782,12 +785,12 @@ void random_uselessness(unsigned char ru, unsigned char sc_read_2) break; case 7: - mpr("You hear the tinkle of a tiny bell."); + mpr("You hear the tinkle of a tiny bell.", MSGCH_SOUND); cast_summon_butterflies( 100 ); break; case 8: - mprf("You hear %s.", weird_sound().c_str()); + mprf(MSGCH_SOUND, "You hear %s.", weird_sound().c_str()); break; } } -- cgit v1.2.3-54-g00ecf