Make TOURIST unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 23:31:41 -05:00
parent 5ee71d2757
commit 260f7ea860
43 changed files with 27 additions and 351 deletions

View File

@@ -796,11 +796,9 @@ register struct monst *mtmp;
case PM_ARCHEOLOGIST:
pline_msg = "describes a recent article in \"Spelunker Today\" magazine.";
break;
#ifdef TOURIST
case PM_TOURIST:
verbl_msg = "Aloha.";
break;
#endif
default:
pline_msg = "discusses dungeon exploration.";
break;
@@ -871,10 +869,8 @@ register struct monst *mtmp;
verbl_msg = Role_if(PM_HEALER) ?
"Doc, I can't help you unless you cooperate." :
"Please undress so I can examine you.";
#ifdef TOURIST
else if (uarmu)
verbl_msg = "Take off your shirt, please.";
#endif
else verbl_msg = "Relax, this won't hurt a bit.";
break;
case MS_GUARD: