summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index d452d731e5..8663b0f499 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4203,7 +4203,7 @@ int str_to_species(const std::string &species)
}
std::string species_name(species_type speci, int level, bool genus, bool adj)
-// defaults: false false false
+// defaults: false false
{
std::string res;
@@ -5170,6 +5170,9 @@ void contaminate_player(int change, bool controlled, bool status_only)
mprf((change > 0) ? MSGCH_WARN : MSGCH_RECOVERY,
"You feel %s contaminated with magical energies.",
(change > 0) ? "more" : "less" );
+
+ if (change > 0)
+ xom_is_stimulated(new_level * 32);
}
if (new_level >= 1)