summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-16 12:28:53 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-16 12:28:53 +0200
commit54bd76ebab55ed5e090407747e6c7af402acf82b (patch)
tree0004d7a3049ccdd4f7aa9863bbdb5eb020e6d2a8 /src/spells2.cc
parent5144951fc78046fb91445c1ffb2b9a157b59f488 (diff)
Remove TR_SEARCH object flag
Since the removal of traps its only effect was diluting the list of flags "available" for randarts and sentient items.
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index fdf8cd27..2eb8889b 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -1596,10 +1596,6 @@ void self_knowledge(FILE *fff)
{
info[i++] = "Your stealth is affected by your equipment.";
}
- if (flags & TR_SEARCH)
- {
- info[i++] = "Your searching ability is affected by your equipment.";
- }
if (flags & TR_INFRA)
{
info[i++] = "Your infravision is affected by your equipment.";