Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dnearby-danger.cc124 || (mon->type == MONS_BALLISTOMYCETE in _mons_is_always_safe()
137 if (mons_is_firewood(*mon) && mon->type != MONS_BALLISTOMYCETE) in mons_is_safe()
H A Dmon-info.cc475 else if (type == MONS_BALLISTOMYCETE) in monster_info()
1032 if (type == MONS_BALLISTOMYCETE) in common_name()
1225 if (m1.type == MONS_BALLISTOMYCETE) in less_than()
H A Dspl-summoning.cc2883 1, MONS_BALLISTOMYCETE, in _overgrow_wall()
2941 if (!monster_habitable_grid(MONS_BALLISTOMYCETE, env.grid(beam.target))) in fedhas_grow_ballistomycete()
2965 mgen_data mgen(MONS_BALLISTOMYCETE, BEH_FRIENDLY, beam.target, MHITYOU, in fedhas_grow_ballistomycete()
2967 mgen.hd = mons_class_hit_dice(MONS_BALLISTOMYCETE) + in fedhas_grow_ballistomycete()
H A Dmonster-type.h365 MONS_BALLISTOMYCETE, enumerator
H A Dtilepick.cc1759 case MONS_BALLISTOMYCETE: in _tileidx_monster_no_props()
H A Dmon-data.h3991 MONS_BALLISTOMYCETE, 'P', MAGENTA, "ballistomycete",
3994 10, MONS_FUNGUS, MONS_BALLISTOMYCETE, MH_PLANT, WILL_INVULN,
H A Dmon-util.cc780 return mon.type == MONS_BALLISTOMYCETE && mon.ballisto_activity; in mons_is_active_ballisto()
H A Dbeam.cc1654 if (mons->type == MONS_BALLISTOMYCETE) in mons_adjust_flavoured()