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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index a384ddd6d1..2712a7dfcf 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -93,7 +93,7 @@ enum zap_type
ZAP_POISON_ARROW,
ZAP_BREATHE_STICKY_FLAME,
ZAP_BREATHE_LIGHTNING,
- ZAP_PETRIFY,
+ ZAP_PETRIFY,
ZAP_HELLFROST,
NUM_ZAPS // must remain last member {dlb}
};
@@ -124,7 +124,7 @@ struct bolt
bool is_energy; // mostly energy/non-physical attack
bool is_launched; // was fired from launcher?
bool is_thrown; // was thrown from hand?
- bool target_first; // targeting by direction
+ bool target_first; // targeting by direction
bool aimed_at_spot; // aimed at (x,y), should not cross
std::string aux_source; // source of KILL_MISC beams
@@ -241,7 +241,7 @@ void mimic_alert( monsters *mimic );
void zapping( zap_type ztype, int power, struct bolt &pbolt );
-int affect(bolt &beam, int x, int y);
+int affect(bolt &beam, int x, int y, item_def *item = NULL);
void beam_drop_object( bolt &beam, item_def *item, int x, int y );