From 81ab2d0292165a7d947f5aad9e9bb671077661fb Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 9 Jul 2009 00:22:23 +0000 Subject: Fix [2818619]: Clarify display of multiple levels of the "spit poison" mutation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10124 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/mutation.cc') diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc index 1d89da8ea2..650b80dde6 100644 --- a/crawl-ref/source/mutation.cc +++ b/crawl-ref/source/mutation.cc @@ -416,9 +416,7 @@ mutation_def mutation_defs[] = { "fast" }, { MUT_ACUTE_VISION, 2, 1, false, false, - {"You have supernaturally acute eyesight.", - "You have supernaturally acute eyesight.", - "You have supernaturally acute eyesight."}, + {"You have supernaturally acute eyesight.", "", ""}, {"Your vision sharpens.", "Your vision sharpens.", @@ -462,8 +460,8 @@ mutation_def mutation_defs[] = { }, { MUT_SPIT_POISON, 8, 3, false, false, {"You can spit poison.", - "You can spit poison.", - "You can spit poison."}, + "You can spit moderately strong poison.", + "You can spit strong poison."}, {"There is a nasty taste in your mouth for a moment.", "There is a nasty taste in your mouth for a moment.", -- cgit v1.2.3-54-g00ecf