git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7614 c06c8d41-db1a-0410-9941-cceddc491573
ZYGCD4IZMRZKMBWM4J2BYTH3AC3XD3CZ5ZAJH37E3YMXAIZINVIAC beam.beam_source = NON_MONSTER;beam.type = dchar_glyph(DCHAR_FIRED_BURST);beam.damage = dice_def(3, 30);beam.flavour = BEAM_ELECTRICITY;beam.target = you.pos();beam.name = "blast of lightning";beam.colour = LIGHTCYAN;beam.thrower = KILL_YOU;beam.aux_source = "Makhleb's lightning strike";beam.ex_size = 1 + you.skills[SK_INVOCATIONS] / 8;beam.is_tracer = false;
beam.beam_source = NON_MONSTER;beam.type = dchar_glyph(DCHAR_FIRED_BURST);beam.damage = dice_def(3, 30);beam.flavour = BEAM_ELECTRICITY;beam.target = you.pos();beam.name = "blast of lightning";beam.colour = LIGHTCYAN;beam.thrower = KILL_YOU;beam.aux_source = "Makhleb's lightning strike";beam.ex_size = 1 + you.skills[SK_INVOCATIONS] / 8;beam.is_tracer = false;