From 54bd76ebab55ed5e090407747e6c7af402acf82b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 16 Oct 2016 12:28:53 +0200 Subject: 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. --- src/q_wight.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/q_wight.cc') 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 | -- cgit v1.2.3