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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index ddd810801d..b16fb08a45 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -749,7 +749,8 @@ static void _xom_checks_damage(kill_method_type death_type,
xom_is_stimulated(amusement);
return;
}
- else if (death_type == KILLED_BY_FALLING_DOWN_STAIRS)
+ else if (death_type == KILLED_BY_FALLING_DOWN_STAIRS
+ || death_type == KILLED_BY_FALLING_THROUGH_GATE)
{
// Xom thinks falling down the stairs is hilarious.
xom_is_stimulated(255);