changeset 179:ca876944b196

Advanced Rogue 7: rename magic users to magicians. Class names with spaces in them confuse anything that parses the logfile. The documentation does refer mostly to magicians.
author John "Elwin" Edwards
date Sat, 22 Aug 2015 10:55:53 -0400
parents f057f09e9945
children 4438569c1b02
files arogue7/rip.c arogue7/rogue.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/arogue7/rip.c	Mon Aug 10 20:39:40 2015 -0400
+++ b/arogue7/rip.c	Sat Aug 22 10:55:53 2015 -0400
@@ -838,7 +838,7 @@
     addstr("Dungeons of Doom alive.  You journey home and sell all your loot at\n");
     addstr("a great profit and are appointed leader of a ");
     switch (player.t_ctype) {
-	case C_MAGICIAN:addstr("magic user's guild.\n");
+	case C_MAGICIAN:addstr("magician's guild.\n");
 	when C_FIGHTER:	addstr("fighter's guild.\n");
 	when C_RANGER:	addstr("ranger's guild.\n");
 	when C_CLERIC:	addstr("monastery.\n");
--- a/arogue7/rogue.c	Mon Aug 10 20:39:40 2015 -0400
+++ b/arogue7/rogue.c	Sat Aug 22 10:55:53 2015 -0400
@@ -160,7 +160,7 @@
 { "fighter",	80,	1310720, 12,	10,	30,	2,	1,	2 },
 { "ranger",	140,	2293760,  8,	10,	20,	2,	1,	2 },
 { "paladin",	120,	1966080, 10,	10,	23,	2,	1,	2 },
-{ "magic user",	130,	2129920,  6,	9,	18,	2,	1,	5 },
+{ "magician",	130,	2129920,  6,	9,	18,	2,	1,	5 },
 { "cleric",	110,	1802240,  8,	10,	19,	2,	1,	3 },
 { "thief",	75,	1228800,  6,	10,	25,	2,	1,	4 },
 { "assassin",	85,	1392640,  6,	10,	25,	2,	1,	4 },