From 42acab0b7d5738062a3d4efc83002d9ad890381f Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 16 Jun 2008 14:58:51 +0000 Subject: 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 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 21453bd865..9190e4bf3f 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -1002,7 +1002,7 @@ static int _find_acquirement_subtype(object_class_type class_wanted, type_wanted = (coinflip())? OBJ_RANDOM : static_cast(_random_nonbody_armour_type()); - // some species specific fitting problems + // Some species specific fitting problems. switch (you.species) { case SP_OGRE: -- cgit v1.2.3-54-g00ecf