Home
last modified time | relevance | path

Searched refs:MONS_BRIAR_PATCH (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h357 MONS_BRIAR_PATCH, enumerator
993 MONS_BRIAR_PATCH, enumerator
H A Dmon-pathfind.cc417 && monster_at(p)->type == MONS_BRIAR_PATCH) in traversable()
H A Dmon-abil.cc983 && actor_at(mons->pos() + mons->props["mmov"].get_coord())->type == MONS_BRIAR_PATCH in mon_special_ability()
1012 if (mi->type == MONS_BRIAR_PATCH in mon_special_ability()
H A Dspl-summoning.cc2818 mgen_data mgen = mgen_data(MONS_BRIAR_PATCH, BEH_FRIENDLY, target, in _create_briar_patch()
2820 mgen.hd = mons_class_hit_dice(MONS_BRIAR_PATCH) + in _create_briar_patch()
2840 if (monster_habitable_grid(MONS_BRIAR_PATCH, env.grid(*adj_it)) in fedhas_wall_of_briars()
H A Dmelee-attack.cc3028 if (defender->type == MONS_BRIAR_PATCH in do_spines()
3049 defender->type == MONS_BRIAR_PATCH ? "thorns" in do_spines()
H A Dmon-death.cc1775 else if (mons.type == MONS_BRIAR_PATCH) in monster_die()
H A Dmon-act.cc3018 && (targ->type != MONS_BRIAR_PATCH in _may_cutdown()
H A Dmon-cast.cc3050 if (monster_at(p) && monster_at(p)->type == MONS_BRIAR_PATCH) in _already_bramble_wall()
3059 mgen_data briar_mg = mgen_data(MONS_BRIAR_PATCH, SAME_ATTITUDE(mons), in _wall_of_brambles()
H A Dmon-data.h4004 MONS_BRIAR_PATCH, 'P', YELLOW, "briar patch",
4007 10, MONS_PLANT, MONS_BRIAR_PATCH, MH_PLANT, WILL_INVULN,
H A Ddescribe.cc4744 case MONS_BRIAR_PATCH: // death msg uses "crumbling" in get_monster_db_desc()
H A Dbeam.cc4771 (mons_species(mons.type) == MONS_BUSH || mons.type == MONS_BRIAR_PATCH) in bush_immune()