Home
last modified time | relevance | path

Searched refs:MONS_BENNU (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-explode.cc161 { MONS_BENNU, { _setup_bennu_explosion, "fires are quelled" } },
212 if (type == MONS_BENNU) in explode_monster()
242 if (type == MONS_BENNU) in explode_monster()
H A Dmonster-type.h188 MONS_BENNU, enumerator
1059 MONS_BENNU, enumerator
H A Dmon-speak.cc291 || mons->type == MONS_BENNU in _get_speak_string()
H A Dfineff.cc594 monster *newmons = create_monster(mgen_data(MONS_BENNU, attitude, posn, foe, in fire()
H A Dmon-pick-data.h579 { 3, 5, 12, SEMI, MONS_BENNU },
H A Dmon-death.cc2194 else if (mons.type == MONS_BENNU && !in_transit && !was_banished in monster_die()
H A Dmon-data.h408 MONS_BENNU, 'b', YELLOW, "bennu",
413 6, MONS_BENNU, MONS_BENNU, MH_NATURAL, 140,
H A Dmon-util.cc3452 return mon_explodes_on_death(m.type) && m.type != MONS_BENNU; in mons_blows_up()