summaryrefslogtreecommitdiff
path: root/src/monster2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster2.cc')
-rw-r--r--src/monster2.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/monster2.cc b/src/monster2.cc
index 8e866796..56bf0a58 100644
--- a/src/monster2.cc
+++ b/src/monster2.cc
@@ -1024,15 +1024,6 @@ s16b get_mon_num(int level)
continue;
}
- if(in_tome)
- {
- /* Zangbandish monsters not allowed */
- if (r_ptr->flags & RF_ZANGBAND) continue;
-
- /* Lovecraftian monsters not allowed */
- if (r_ptr->flags & RF_CTHANGBAND) continue;
- }
-
/* Joke monsters allowed ? or not ? */
if (!options->joke_monsters && (r_ptr->flags & RF_JOKEANGBAND)) continue;