Home
last modified time | relevance | path

Searched refs:MONS_ORB_OF_DESTRUCTION (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmgen-data.h174 || cls == MONS_BALL_LIGHTNING || cls == MONS_ORB_OF_DESTRUCTION
H A Dmonster-type.h888 MONS_ORB_OF_DESTRUCTION, // a projectile, not a real mon enumerator
H A Dmon-project.cc48 monster *mon = place_monster(mgen_data(MONS_ORB_OF_DESTRUCTION, in cast_iood()
H A Dmon-data.h6184 MONS_ORB_OF_DESTRUCTION, '*', WHITE, "orb of destruction",
6188 0, MONS_ORB_OF_DESTRUCTION, MONS_ORB_OF_DESTRUCTION,
H A Dbeam.cc6303 return mon->type != MONS_ORB_OF_DESTRUCTION; in nasty_to()