Mercurial > hg > early-roguelike
diff arogue7/rip.c @ 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 | 7faf4568c295 |
children | 382ff498acdd |
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");