summaryrefslogtreecommitdiff
path: root/src/q_wight.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-08 22:42:05 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-08 23:46:24 +0100
commit39d29b8f4fd6ad249246aa1a718493dfa2ec0bdf (patch)
treeb79c14ac991a579fa6654928f4feb007dc97b99e /src/q_wight.c
parentf7eb880a91dc00f0531fe6a6ec795fe56ae5fc3f (diff)
Import fix from CVS: Properly mark quest monsters as such.
Diffstat (limited to 'src/q_wight.c')
-rw-r--r--src/q_wight.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/q_wight.c b/src/q_wight.c
index a49e3088..bf5b4868 100644
--- a/src/q_wight.c
+++ b/src/q_wight.c
@@ -48,6 +48,8 @@ bool quest_wight_gen_hook(char *fmt)
/* Get local object */
object_type forge, *q_ptr = &forge;
+ m_list[m_idx].mflag |= MFLAG_QUEST;
+
/* Prepare to make the */
object_prep(q_ptr, lookup_kind(TV_SOFT_ARMOR, SV_FILTHY_RAG));