From 37e5791ae15918da809b2fea4819c60b38200412 Mon Sep 17 00:00:00 2001 From: deskull Date: Mon, 3 Jun 2013 10:42:04 +0000 Subject: [PATCH] Fix English description of Hex spell book. --- src/flavor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flavor.c b/src/flavor.c index 8c695e25a..40bb56875 100644 --- a/src/flavor.c +++ b/src/flavor.c @@ -1780,9 +1780,9 @@ void object_desc(char *buf, object_type *o_ptr, u32b mode) basenm = "¼ö½Ñ¤ÎËâË¡½ñ%"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) - basenm = "& Book~ of Crusade Magic %"; + basenm = "& Book~ of Hex Magic %"; else - basenm = "& Crusade Spellbook~ %"; + basenm = "& Hex Spellbook~ %"; #endif break; -- 2.11.0