Home
last modified time | relevance | path

Searched refs:MONS_FULMINANT_PRISM (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-explode.cc160 { MONS_FULMINANT_PRISM, { _setup_prism_explosion } },
177 if (mons.type == MONS_FULMINANT_PRISM && mons.prism_charge <= 0) in monster_explodes()
H A Dmonster-type.h890 MONS_FULMINANT_PRISM, enumerator
945 MONS_FULMINANT_PRISM, enumerator
H A Dstairs.cc249 if (mons.type == MONS_FULMINANT_PRISM) in _clear_prisms()
H A Dspl-summoning.cc2533 mgen_data prism_data = mgen_data(MONS_FULMINANT_PRISM, in cast_fulminating_prism()
H A Dmon-death.cc1649 else if (mons.type == MONS_FULMINANT_PRISM && mons.prism_charge == 0) in monster_die()
H A Dmon-data.h6213 MONS_FULMINANT_PRISM, '*', ETC_MAGIC, "fulminant prism",
6217 0, MONS_FULMINANT_PRISM, MONS_FULMINANT_PRISM, MH_NONLIVING, WILL_INVULN,
H A Dmon-act.cc1667 if (mons->type == MONS_FULMINANT_PRISM) in handle_monster_move()