summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index b9416a97a7..da61e3fc34 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -786,8 +786,15 @@ static void _xom_checks_damage(kill_method_type death_type,
xom_is_stimulated(255);
return;
}
+ else if (death_type == KILLED_BY_DISINT)
+ {
+ // flying chunks...
+ xom_is_stimulated(128);
+ return;
+ }
else if (death_type != KILLED_BY_MONSTER
&& death_type != KILLED_BY_BEAM
+ && death_type != KILLED_BY_DISINT
|| invalid_monster_index(death_source))
{
return;