summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 20f03622cd..aad832b574 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -111,6 +111,8 @@ struct bolt
bolt* special_explosion; // For exploding with a different
// flavour/damage/etc than the beam
// itself.
+ bool was_missile; // For determining if this was SPMSL_FLAME / FROST etc
+ // this is required in order to change mulch rate on these types
// Various callbacks.
std::vector<range_used_func> range_funcs;