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:
parent
bd3da25934
commit
231295a1ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue