summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-you.cc')
-rw-r--r--crawl-ref/source/wiz-you.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-you.cc b/crawl-ref/source/wiz-you.cc
index bc3bbe7ac9..1b49b4e282 100644
--- a/crawl-ref/source/wiz-you.cc
+++ b/crawl-ref/source/wiz-you.cc
@@ -98,6 +98,7 @@ static void _wizard_change_species_to(species_type sp)
species_type old_sp = you.species;
you.species = sp;
+ you.species_name = species_name(sp);
you.is_undead = get_undead_state(sp);
// Change permanent mutations, but preserve non-permanent ones.