Make TOURIST unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:46:01 +02:00
committed by Pasi Kallinen
parent 44ca9fc16a
commit bb647dc33c
43 changed files with 27 additions and 351 deletions
-4
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: