summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 7f7d2b70dd..81b9c915e7 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -414,8 +414,7 @@ void random_uselessness(unsigned char ru, unsigned char sc_read_2)
break;
case 4:
- // josh declares mummies can't smell {dlb}
- if (you.species != SP_MUMMY)
+ if (player_can_smell())
{
strcpy(info, "You smell ");