From ae8b9d93ae9dfe0df789c4867fbd5aeff695c6df Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 4 Jul 2007 23:02:18 +0000 Subject: Better feedback for Beogh water walking. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1751 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 212d51df25..5f9ce21e6f 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -1670,6 +1670,14 @@ std::string status_mut_abilities() have_any = true; } + if ( beogh_water_walk() ) + { + if (have_any) + text += ", "; + text += "water walking"; + have_any = true; + } + for (unsigned i = 0; i < NUM_MUTATIONS; i++) { if (!you.mutation[i]) -- cgit v1.2.3-54-g00ecf