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.
This commit is contained in:
John "Elwin" Edwards 2015-08-22 10:55:53 -04:00
parent bd3da25934
commit 231295a1ab
2 changed files with 2 additions and 2 deletions

View file

@ -838,7 +838,7 @@ total_winner()
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");