From 10088136800dfcdaa0fcbc07a8232bc8170eaa05 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 20 Nov 2007 00:14:41 +0000 Subject: Clean-up of options in init.txt and crawl_options.txt courtesy of maiermirk (1829976, 1831190). This includes a lot of spacing changes, updates of some examples and moving around some options into more sensible groupings. Highlights: * add returning weapons to fire_order list and allow fire_order to use += on new lines (This should solve the second part of 1829475.) * heap_brand now defaults to "reverse" * detected_item_colour defaults to green Also s/artifact/artefact. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2874 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/items.cc') diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index ebab0feb0a..a54bf66b49 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -673,7 +673,7 @@ void request_autopickup(bool do_pickup) will_autopickup = do_pickup; } -// 2 - artifact, 1 - glowing/runed, 0 - mundane +// 2 - artefact, 1 - glowing/runed, 0 - mundane static int item_name_specialness(const item_def& item) { // All jewellery is worth looking at. -- cgit v1.2.3-54-g00ecf