summaryrefslogtreecommitdiff
path: root/src/object2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/object2.cc')
-rw-r--r--src/object2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object2.cc b/src/object2.cc
index 18d0e980..54ed2636 100644
--- a/src/object2.cc
+++ b/src/object2.cc
@@ -4618,7 +4618,6 @@ static bool_ kind_is_good(int k_idx)
/* Expensive rod tips are good */
case TV_ROD:
{
- /* Probing is not good, but Recall is*/
if (k_ptr->cost >= 4500) return TRUE;
return FALSE;
}