summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 14:58:51 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 14:58:51 +0000
commit42acab0b7d5738062a3d4efc83002d9ad890381f (patch)
treee56f08883a15f1ee79ee5ff234512a25208b433e /crawl-ref/source/describe.cc
parente2e74507bbc5ce16bad61bedc0bd881acdbea280 (diff)
downloadcrawl-ref-42acab0b7d5738062a3d4efc83002d9ad890381f.tar.gz
crawl-ref-42acab0b7d5738062a3d4efc83002d9ad890381f.zip
Don't change beam names for tracers. (Fixes 1994978.)
Clean up the vampire ability screen a bit. Special case naga bardings of running (according to makeitem.cc they can exist) to be called "naga barding of speedy slithering" instead. Yes, it's a hack, and yes, the name is rather unwieldy, but it makes more sense this way. I hope. :p git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5880 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 4cf3fe0697..a5115e9c9b 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1918,6 +1918,8 @@ void describe_item( item_def &item, bool allow_inscribe )
cgotoxy(1, wherey() + 2);
inscribe_item(item, false);
}
+ else if (getch() == 0)
+ getch();
}
// There are currently two ways to inscribe an item: