summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 14:58:48 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 14:58:48 +0000
commit7ea028dc76bf558c02c4d7775cd2af9fac52d796 (patch)
treed103c4991341f475bab6e1a3530b329c03023107 /crawl-ref
parentd6691cfdd356ba705969519779a0bc499187e49a (diff)
downloadcrawl-ref-7ea028dc76bf558c02c4d7775cd2af9fac52d796.tar.gz
crawl-ref-7ea028dc76bf558c02c4d7775cd2af9fac52d796.zip
Fixed Makhleb lightning bolt glyph.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3131 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 3c46b78b07..7ec8d6d746 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1514,7 +1514,7 @@ static bool do_ability(const ability_def& abil)
// make a divine lightning bolt...
beam.beam_source = NON_MONSTER;
- beam.type = DCHAR_FIRED_BURST;
+ beam.type = dchar_glyph(DCHAR_FIRED_BURST);
beam.damage = dice_def( 3, 30 );
beam.flavour = BEAM_ELECTRICITY;
beam.target_x = you.x_pos;