Home
last modified time | relevance | path

Searched refs:theBeam (Results 1 – 3 of 3) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmstuff2.cc658 pbolt.colour = theBeam.colour; in setup_mons_cast()
659 pbolt.range = theBeam.range; in setup_mons_cast()
660 pbolt.rangeMax = theBeam.rangeMax; in setup_mons_cast()
661 pbolt.hit = theBeam.hit; in setup_mons_cast()
662 pbolt.damage = theBeam.damage; in setup_mons_cast()
663 pbolt.ench_power = theBeam.ench_power; in setup_mons_cast()
664 pbolt.type = theBeam.type; in setup_mons_cast()
665 pbolt.flavour = theBeam.flavour; in setup_mons_cast()
666 pbolt.thrower = theBeam.thrown; in setup_mons_cast()
668 strcpy( pbolt.beam_name, theBeam.name.c_str() ); in setup_mons_cast()
[all …]
H A Dmonstuff.cc2779 strcpy( beem.beam_name, theBeam.name.c_str() ); in handle_wand()
2783 beem.colour = theBeam.colour; in handle_wand()
2784 beem.range = theBeam.range; in handle_wand()
2785 beem.rangeMax = theBeam.rangeMax; in handle_wand()
2786 beem.damage = theBeam.damage; in handle_wand()
2787 beem.ench_power = theBeam.ench_power; in handle_wand()
2788 beem.hit = theBeam.hit; in handle_wand()
2789 beem.type = theBeam.type; in handle_wand()
2790 beem.flavour = theBeam.flavour; in handle_wand()
2791 beem.thrower = theBeam.thrown; in handle_wand()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-cast.cc1790 bolt theBeam = mons_spell_beam(mons, spell_cast, power); in setup_mons_cast() local
1792 bolt_parent_init(theBeam, pbolt); in setup_mons_cast()
1793 if (!theBeam.target.origin()) in setup_mons_cast()
1794 pbolt.target = theBeam.target; in setup_mons_cast()