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

@@ -203,11 +203,9 @@ register boolean special;
case PM_SAMURAI:
if (rn2(2)) weapon = KATANA;
break;
#ifdef TOURIST
case PM_TOURIST:
/* Defaults are just fine */
break;
#endif
case PM_VALKYRIE:
if (rn2(2)) weapon = WAR_HAMMER;
if (rn2(2)) armor = rnd_class(PLATE_MAIL, CHAIN_MAIL);