From 9371f3c245e64e9556ddf7203142fd315a5a982a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 25 Mar 2008 11:07:45 +0000 Subject: Tiles: * Fix cursed wielded weapons being throwable. (Whoops!) * Improve logic for mouse-over information in inventory. Add Confusing Touch ("Touch") and Sure Blade ("Blade") to the status output. I've moved BWpn into line 3 to make space for the others. Still, the status can get positively cluttered. Apply coding convention to static methods in output.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3872 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 8d0e910f1e..e3d3ebf93c 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -2040,6 +2040,7 @@ void tutorial_describe_item(const item_def &item) } } } + ostr << "\n"; Options.tutorial_events[TUT_SEEN_SPBOOK] = 0; break; -- cgit v1.2.3-54-g00ecf