Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h353 MONS_BUSH, enumerator
H A Dlos.cc883 if (mons_species(mon->type) == MONS_BUSH in mons_opacity()
H A Dtilepick.cc1819 case MONS_BUSH: in _tileidx_monster_no_props()
4243 case MONS_BUSH: in tile_init_props()
H A Dbeam.cc1415 else if (mons_species(mons->type) == MONS_BUSH in mons_adjust_flavoured()
4771 (mons_species(mons.type) == MONS_BUSH || mons.type == MONS_BRIAR_PATCH) in bush_immune()
H A Dmon-data.h3939 MONS_BUSH, 'P', BROWN, "bush",
3942 10, MONS_PLANT, MONS_BUSH, MH_PLANT, WILL_INVULN,
3955 10, MONS_PLANT, MONS_BUSH, MH_PLANT, 40,
H A Ddungeon.cc2584 mg.cls = random_choose_weighted( 2, MONS_BUSH, in _ruin_level()
6254 || type == MONS_BUSH) in _add_plant_clumps()
H A Dtravel.cc4737 if (mon && mons_species(mon->type) == MONS_BUSH) in add_item()
H A Dmonster.cc5992 if (mons_species() == MONS_BUSH in react_to_damage()