summaryrefslogtreecommitdiff
path: root/src/object1.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-07-29 21:51:01 +0200
committerBardur Arantsson <bardur@scientician.net>2010-07-29 21:51:01 +0200
commitf23ea3ba0ef5561639634de58313d1ada696d2e3 (patch)
treed2e87e0ea4da29443416cbe9339bc3ed3c784ce8 /src/object1.c
parent7c261c21cf67b4e093652ddda5bc73f514afad6b (diff)
Implement instant pseudo-ID on pickup.
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();
}
}
}