From 73e93cb36fd23c84328abe78555a35009a57d2e7 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 2 Feb 2008 19:57:43 +0000 Subject: Make being caught in a net interrupt the stair delay, and disallow beholding attempts (mermaid) while the player is taking some stairs. Also add a message for wielding a weapon of distortion. (I'm afraid there already used to be one that I've accidentally removed.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3385 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 58c6c760fd..463d10a27a 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -617,6 +617,8 @@ void wield_effects(int item_wield_2, bool showMsgs) break; case SPWPN_DISTORTION: + mpr("Space warps around you for a moment!"); + if (!was_known) xom_is_stimulated(32); break; -- cgit v1.2.3-54-g00ecf