summaryrefslogtreecommitdiff
path: root/src/q_eol.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
commit0b2d5f61cc2771329f1769f55ba9c578c2830959 (patch)
tree03fc73262afe59fc4838b3f0d15ae2a9ee491b6f /src/q_eol.cc
parent10704f5f93eb0e7aff2a1adf1ec0b233db70efdd (diff)
Auto-identify items when they are added to inventory
Diffstat (limited to 'src/q_eol.cc')
-rw-r--r--src/q_eol.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/q_eol.cc b/src/q_eol.cc
index 815b3107..4602a139 100644
--- a/src/q_eol.cc
+++ b/src/q_eol.cc
@@ -128,9 +128,6 @@ static bool quest_eol_finish_hook(void *, void *in_, void *)
q_ptr->name2 = EGO_LITE_MAGI;
apply_magic(q_ptr, 1, FALSE, FALSE, FALSE);
q_ptr->number = 1;
- object_aware(q_ptr);
- object_known(q_ptr);
- q_ptr->ident |= IDENT_STOREB;
inven_carry(q_ptr, FALSE);
/* Continue the plot */