summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 9a31ad7d79..a9b3a0789f 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -2396,9 +2396,8 @@ void handle_time( long time_delta )
(temp_rand == 7) ? "You feel a terrible foreboding..." :
(temp_rand == 8) ? "You hear words spoken in a strange and terrible language..." :
- (temp_rand == 9) ? ((you.species != SP_MUMMY)
- ? "You smell brimstone." : "Brimstone rains from above.") :
-
+ (temp_rand == 9) ? (player_can_smell()) ? "You smell brimstone." :
+ "Brimstone rains from above." :
(temp_rand == 10) ? "Something frightening happens." :
(temp_rand == 11) ? "You sense an ancient evil watching you..." :
(temp_rand == 12) ? "You feel lost and a long, long way from home..." :