From 6608eef87f00996c9a9757692e5bb26c25cb35ac Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 5 Sep 2007 20:48:05 +0000 Subject: Added a message when Condensation Shield is extended (inspired by BR 1763077) and removed double levitation extension if flying. Also, rods don't give the surge message anymore as spell enhancers are ignored anyway. Added message to show when a weapon of reaching is being used. (FR 1781922) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2058 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells4.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/spells4.cc') diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc index 082d435ed7..d4b4656cc8 100644 --- a/crawl-ref/source/spells4.cc +++ b/crawl-ref/source/spells4.cc @@ -3050,7 +3050,10 @@ void cast_condensation_shield(int pow) else { if (you.duration[DUR_CONDENSATION_SHIELD] > 0) + { + mpr("The disc of vapour around you crackles some more."); you.duration[DUR_CONDENSATION_SHIELD] += 5 + roll_dice(2, 3); + } else { mpr("A crackling disc of dense vapour forms in the air!"); -- cgit v1.2.3-54-g00ecf