diff arogue7/rip.c @ 209:4438569c1b02

Merge the MSVC branch.
author John "Elwin" Edwards
date Fri, 27 Nov 2015 08:59:24 -0500
parents ca876944b196
children 382ff498acdd
line wrap: on
line diff
--- a/arogue7/rip.c	Tue Aug 18 13:23:56 2015 -0400
+++ b/arogue7/rip.c	Fri Nov 27 08:59:24 2015 -0500
@@ -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");