summaryrefslogtreecommitdiff
path: root/src/q_shroom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_shroom.c')
-rw-r--r--src/q_shroom.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/q_shroom.c b/src/q_shroom.c
index 4d4d7494..c0133e74 100644
--- a/src/q_shroom.c
+++ b/src/q_shroom.c
@@ -272,7 +272,10 @@ bool_ quest_shroom_init_hook(int q_idx)
{
cquest.data[0] = 0;
cquest.data[1] = rand_range(7, 14);
- if (wizard) message_add(MESSAGE_MSG, format("Shrooms number %d", cquest.data[1]), TERM_BLUE);
+ if (wizard)
+ {
+ message_add(format("Shrooms number %d", cquest.data[1]), TERM_BLUE);
+ }
}
if ((cquest.status >= QUEST_STATUS_TAKEN) && (cquest.status < QUEST_STATUS_FINISHED))