From cdd916da064806bcc7da69efbb1b9cdc4ce818ad Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 9 Mar 2009 23:33:18 +0000 Subject: Tweak duration messages a bit, and mention the risk of magic contamination in the description of the Extension spell, as suggested in [1946662]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9405 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 29b6c21147..0f7ece7715 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -794,7 +794,7 @@ int cast_healing(int pow, bool divine_ability, const coord_def& where) void remove_divine_vigour() { - mpr("Your divine vigour fades.", MSGCH_DURATION); + mpr("Your divine vigour fades away.", MSGCH_DURATION); you.duration[DUR_DIVINE_VIGOUR] = 0; you.attribute[ATTR_DIVINE_VIGOUR] = 0; calc_hp(); @@ -827,7 +827,7 @@ bool cast_divine_vigour() void remove_divine_stamina() { - mpr("Your divine stamina fades.", MSGCH_DURATION); + mpr("Your divine stamina fades away.", MSGCH_DURATION); modify_stat(STAT_STRENGTH, -you.attribute[ATTR_DIVINE_STAMINA], true, "Zin's divine stamina running out"); modify_stat(STAT_INTELLIGENCE, -you.attribute[ATTR_DIVINE_STAMINA], -- cgit v1.2.3-54-g00ecf