summaryrefslogtreecommitdiff
path: root/src/monster1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster1.cc')
-rw-r--r--src/monster1.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monster1.cc b/src/monster1.cc
index 5ad3c696..244fbf94 100644
--- a/src/monster1.cc
+++ b/src/monster1.cc
@@ -478,7 +478,6 @@ static void roff_aux(std::shared_ptr<monster_race const> r_ptr)
if (spells & SF_TELE_LEVEL) vp[vn++] = "teleport level";
if (spells & SF_S_THUNDERLORD) vp[vn++] = "summon a Thunderlord";
if (spells & SF_DARKNESS) vp[vn++] = "create darkness";
- if (spells & SF_TRAPS) vp[vn++] = "create traps";
if (spells & SF_FORGET) vp[vn++] = "cause amnesia";
if (spells & SF_RAISE_DEAD) vp[vn++] = "raise dead";
if (spells & SF_S_MONSTER) vp[vn++] = "summon a monster";