summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index fda354706a..b1a6069c50 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -925,7 +925,7 @@ killer_type cloud_struct::whose_to_killer(kill_category whose)
{
case KC_YOU: return(KILL_YOU_MISSILE);
case KC_FRIENDLY: return(KILL_MON_MISSILE);
- case KC_OTHER: return(KILL_MON_MISSILE);
+ case KC_OTHER: return(KILL_MISC);
case KC_NCATEGORIES: ASSERT(false);
}
return (KILL_NONE);