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.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc
index c707f49ad8..e2a2548c8a 100644
--- a/crawl-ref/source/mgrow.cc
+++ b/crawl-ref/source/mgrow.cc
@@ -143,10 +143,7 @@ void monsters::upgrade_type(monster_type after, bool adjust_hd,
// An ugly thing is the only ghost demon monster that can level up.
// If one has leveled up to a very ugly thing, upgrade it properly.
if (type == MONS_VERY_UGLY_THING)
- {
- ghost->ugly_thing_to_very_ugly_thing();
- uglything_init();
- }
+ uglything_upgrade();
}
bool monsters::level_up_change()