summaryrefslogtreecommitdiff
path: root/src/monster1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:09 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:49:38 +0200
commitcbafbc638c2e1d5bb40ee6bc419007062e9615e4 (patch)
tree0a4644c9c935a2a54d8b52613c67a09fc2fbf4be /src/monster1.cc
parent551339813797a9b274ccf5f3f0c4f0d0b44cbf64 (diff)
Remove traps
Credit goes mostly to "miramor" <danlev@norwoodlight.com> who did most of the actual work. I just did a few minor tweaks and fixes + rebased onto master.
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";