Home
last modified time | relevance | path

Searched refs:prism_charge (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-explode.cc98 beam.damage = prism_damage(origin.get_hit_dice(), origin.prism_charge == 2); in _setup_prism_explosion()
101 beam.ex_size = origin.prism_charge; in _setup_prism_explosion()
177 if (mons.type == MONS_FULMINANT_PRISM && mons.prism_charge <= 0) in monster_explodes()
H A Dmonster.h92 int prism_charge; ///< Turns this prism has existed member
H A Dmon-act.cc1669 ++mons->prism_charge; in handle_monster_move()
1670 if (mons->prism_charge == 2) in handle_monster_move()
H A Dmon-death.cc1649 else if (mons.type == MONS_FULMINANT_PRISM && mons.prism_charge == 0) in monster_die()