summaryrefslogtreecommitdiff
path: root/src/object1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object1.c')
-rw-r--r--src/object1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object1.c b/src/object1.c
index 0592eb8a..f0ab3289 100644
--- a/src/object1.c
+++ b/src/object1.c
@@ -6357,6 +6357,9 @@ void object_pickup(int this_o_idx)
/* Delete the object */
delete_object_idx(this_o_idx);
+
+ /* Sense object. */
+ sense_inventory();
}
}
}