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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 69d12c6051..c805611783 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -40,6 +40,9 @@ struct bolt
unsigned type; // missile gfx
int colour;
beam_type flavour;
+ beam_type real_flavour; // for random and chaos beams this
+ // will remain the same while flavour
+ // changes
bool drop_item; // should drop an item when done
item_def* item; // item to drop
coord_def source; // beam origin