From 01817c529bcb4c87c6b1814084b318f6ec7d6f8e Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 27 Jan 2009 22:30:20 +0000 Subject: Artefacts should have "the" prepended. [2540413] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8824 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 34c092385b..c7679d014b 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -2140,6 +2140,8 @@ void setup_missile_beam(const actor *agent, bolt &beam, item_def &item, if (!is_artefact(item)) ammo_name = article_a(ammo_name, true); + else + ammo_name = "the " + ammo_name; } // XXX This is a bit too generous, as it lets the player determine -- cgit v1.2.3-54-g00ecf