Make TOURIST unconditional.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user