summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgrow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mgrow.cc')
-rw-r--r--crawl-ref/source/mgrow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc
index 40025ee814..d7f275d219 100644
--- a/crawl-ref/source/mgrow.cc
+++ b/crawl-ref/source/mgrow.cc
@@ -218,7 +218,7 @@ bool monsters::gain_exp(int exp)
if (levels_gained)
{
- if (mons_intel(type) >= I_NORMAL)
+ if (mons_intel(this) >= I_NORMAL)
simple_monster_message(&mcopy, " looks more experienced.");
else
simple_monster_message(&mcopy, " looks stronger.");