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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 281641cf90..f9103d8924 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -83,6 +83,10 @@ struct bolt
int beam_source; // NON_MONSTER or monster index #
std::string name;
std::string short_name;
+ std::string hit_verb; // The verb to use when this beam hits
+ // something. If not set, will use
+ // "engulfs" if an explosion or cloud
+ // and "hits" otherwise.
bool is_beam; // beams? (can hits multiple targets?)
bool is_explosion;
bool is_big_cloud; // expands into big_cloud at endpoint