summaryrefslogtreecommitdiff
path: root/src/q_wight.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/q_wight.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/q_wight.cc')
-rw-r--r--src/q_wight.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/q_wight.cc b/src/q_wight.cc
index 01272aea..f635ed29 100644
--- a/src/q_wight.cc
+++ b/src/q_wight.cc
@@ -78,7 +78,6 @@ static bool_ quest_wight_gen_hook(void *, void *, void *)
q_ptr->art_flags |=
TR_INT |
- TR_SEARCH |
TR_RES_BLIND |
TR_SENS_FIRE |
TR_RES_CONF |