summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/CREDITS34
-rw-r--r--crawl-ref/init.txt2
-rw-r--r--crawl-ref/source/output.cc2
3 files changed, 19 insertions, 19 deletions
diff --git a/crawl-ref/CREDITS b/crawl-ref/CREDITS
index 1572c292ea..4e65d7ca7f 100644
--- a/crawl-ref/CREDITS
+++ b/crawl-ref/CREDITS
@@ -18,20 +18,20 @@ contributed to Dungeon Crawl Stone Soup:
Warwick Allison Ilyak Stefan O'Rear
Juha Arpiainen Mitsuhiro Itakura Yuuma Oohara
Roy Axenov Eino Keskitalo Erik Piper
-Alexander Beisig Jarmo Kielosto Lemuel Pitkin
-Erik Inge Bolsø Kornel Kisielewicz Remsleep
-Peter Borgmann Vsevolod Kozlov David Rose
-Terje Bø Ryan Kusnery Sebastian Salman
-Denzi Jukka Kuusisto Brett Scarborough
-Rachel Elizabeth Dillon Jordan Lewis Sigurd
-Mike Drinen Icy Lich Edgar Simo
-Kieron Dunbar Jesse Luehrs Solf
-Christopher Evenstar Markus Maier Johan Strandell
-Ben Goetter Arien Malec syllogism
-GreyKnight Shawn M Moore Roman Sêk
-Ciaran Hamilton Eva Myers Marc H. Thoben
-Chris Hamons Onia Ninara Matt Titus
-R. Dan Henry Erkki Nurmi Steven Wheeler
-Benoit Hudson nyra Jeremey Wilson
-Iainuki Dylan O'Donnell Zooko
-
+Bill Beher Jarmo Kielosto Lemuel Pitkin
+Alexander Beisig Kornel Kisielewicz Remsleep
+Erik Inge Bolsø Vsevolod Kozlov David Rose
+Peter Borgmann Ryan Kusnery Sebastian Salman
+Terje Bø Jukka Kuusisto Brett Scarborough
+Denzi Jordan Lewis Sigurd
+Rachel Elizabeth Dillon Icy Lich Edgar Simo
+Mike Drinen Jesse Luehrs Solf
+Kieron Dunbar Markus Maier Johan Strandell
+Christopher Evenstar Arien Malec syllogism
+Ben Goetter Shawn M Moore Roman Sêk
+GreyKnight Eva Myers Marc H. Thoben
+Ciaran Hamilton Onia Ninara Matt Titus
+Chris Hamons Erkki Nurmi Steven Wheeler
+R. Dan Henry nyra Jeremey Wilson
+Benoit Hudson Dylan O'Donnell Zooko
+Iainuki
diff --git a/crawl-ref/init.txt b/crawl-ref/init.txt
index 1a816cd5d0..121c7c271a 100644
--- a/crawl-ref/init.txt
+++ b/crawl-ref/init.txt
@@ -119,7 +119,7 @@ lua_file = lua/pickup.lua
##### 4-d Branding ##############################
#
friend_brand = hi:green
-neutral_brand = hi:darkgrey
+neutral_brand = hi:grey
stab_brand = hi:blue
may_stab_brand = hi:yellow
heap_brand = reverse
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index fc199d1ad5..8be78aadbb 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1909,7 +1909,7 @@ void print_overview_screen()
const char c = results[0]->hotkeys[0];
item_def& item = you.inv[letter_to_index(c)];
- describe_item(item, false);
+ describe_item(item, true);
// loop around for another go.
}
}