From 4cad928d655daaef8b3d83de1a47cd3b7b92b4f0 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 26 May 2008 21:12:57 +0000 Subject: Outsource more miscellaneous names besides colors (glowing color types, writing types for Tomes of Destruction), and move them into their own file. Also, tweak the message for glowing colors used by scrolls of random uselessness so that they no longer have to start with consonants. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5269 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/misc.h') diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h index b268f0fedd..a5a09d2306 100644 --- a/crawl-ref/source/misc.h +++ b/crawl-ref/source/misc.h @@ -96,7 +96,7 @@ void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN, /* *********************************************************************** * called from: acr - effects * *********************************************************************** */ -std::string weird_glow_colour(); +std::string weird_glowing_colour(); // last updated 12may2000 {dlb} -- cgit v1.2.3-54-g00ecf