Home
last modified time | relevance | path

Searched refs:BEH_HOSTILE (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspl-cast.cc1439 dem_hor = ((random2(powc) <= 5) ? BEH_HOSTILE : BEH_CHARMED); in your_spells()
2429 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2454 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2466 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2470 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2476 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2483 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2503 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2514 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
2518 BEH_HOSTILE, you.x_pos, you.y_pos, in miscast_effect()
[all …]
H A Dreligion.cc685 BEH_HOSTILE, you.x_pos, you.y_pos, MHITNOT, 250); in Xom_acts()
689 BEH_HOSTILE, you.x_pos, you.y_pos, MHITNOT, 250); in Xom_acts()
693 BEH_HOSTILE, you.x_pos, you.y_pos, MHITNOT, 250); in Xom_acts()
697 BEH_HOSTILE, you.x_pos, you.y_pos, MHITNOT, 250); in Xom_acts()
701 BEH_HOSTILE, you.x_pos, you.y_pos, MHITNOT, 250); in Xom_acts()
1732 if (create_monster( MONS_DAEVA, 0, BEH_HOSTILE, in divine_retribution()
1780 if (create_monster(MONS_ANGEL, 0, BEH_HOSTILE, in divine_retribution()
1806 BEH_HOSTILE, you.x_pos, you.y_pos, in divine_retribution()
1841 if (create_monster(MONS_REAPER, 0, BEH_HOSTILE, you.x_pos, in divine_retribution()
1882 if (create_monster( punisher, 0, BEH_HOSTILE, in divine_retribution()
[all …]
H A Dit_use3.cc156 animate_dead( 1 + random2(3), BEH_HOSTILE, MHITYOU, 1 ); in special_wielded()
405 ENCH_ABJ_VI, BEH_HOSTILE, in evoke_wielded()
609 create_monster( MONS_BEAST, ENCH_ABJ_IV, BEH_HOSTILE, in evoke_wielded()
693 ? BEH_FRIENDLY : BEH_HOSTILE); in efreet_flask()
888 if (create_monster( MONS_ABOMINATION_SMALL, ENCH_ABJ_VI, BEH_HOSTILE, in tome_of_power()
985 int beh = (one_chance_in(you.skills[SK_EVOCATIONS] + 5) ? BEH_HOSTILE in box_of_beasts()
H A Ddecks.cc492 create_monster( MONS_REAPER, 0, BEH_HOSTILE, you.x_pos, you.y_pos, in cards()
507 create_monster( MONS_SOUL_EATER, 0, BEH_HOSTILE, you.x_pos, you.y_pos, in cards()
597 BEH_HOSTILE, you.x_pos, you.y_pos, in cards()
684 if (create_monster( MONS_LICH, 0, BEH_HOSTILE, you.x_pos, you.y_pos, in cards()
H A Dmonstuff.h17 #define SAME_ATTITUDE(x) (mons_friendly(x)?BEH_FRIENDLY:BEH_HOSTILE)
H A Dspells2.cc1192 summ_success = create_monster( type_summoned, numsc, BEH_HOSTILE, in summon_elemental()
1280 if (create_monster( MONS_SCORPION, ENCH_ABJ_III, BEH_HOSTILE, in summon_scorpions()
1336 beha = BEH_HOSTILE; in summon_ice_beast_etc()
1405 int behaviour = BEH_HOSTILE; // default to unfriendly in summon_swarm()
1443 if (create_monster( thing_called, ENCH_ABJ_V, BEH_HOSTILE, in summon_undead()
H A Dlev-pand.cc164 mons_place(pan_mons, BEH_HOSTILE, MHITNOT, false, 50,50, in pandemonium_mons()
H A Dabyss.cc288 mons_place( RANDOM_MONSTER, BEH_HOSTILE, MHITNOT, false, 1, 1, in area_shift()
H A Ditems.cc2047 create_monster( which_beastie, 0, BEH_HOSTILE, you.x_pos, in handle_time()
2065 create_monster( RANDOM_MONSTER, 0, BEH_HOSTILE, in handle_time()
2072 create_monster( RANDOM_MONSTER, 0, BEH_HOSTILE, in handle_time()
H A Dacr.cc2333 ENCH_ABJ_V, BEH_HOSTILE, in input()
2410 mons_place( WANDERING_MONSTER, BEH_HOSTILE, MHITNOT, false, in input()
2417 mons_place( WANDERING_MONSTER, BEH_HOSTILE, MHITNOT, false, in input()
H A Dspells4.cc678 behaviour = item_cursed( you.inv[ weapon ] ) ? BEH_HOSTILE in cast_sticks_to_snakes()
784 (happy ? BEH_FRIENDLY : BEH_HOSTILE), in cast_summon_dragon()
2190 BEH_HOSTILE, x, y, MHITNOT, 250 ); in make_shuggoth()
H A Dspells3.cc449 behavi = BEH_HOSTILE; in dancing_weapon()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmgen-data.h120 beh_type beh = BEH_HOSTILE,
214 return mgen_data(mt, BEH_HOSTILE, p, alert ? MHITYOU : MHITNOT);
H A Dbeh-type.h27 BEH_HOSTILE, // creation only enumerator
H A Dmon-death.h35 : BEH_HOSTILE)
H A Dmapmark.h140 beh_type bh = BEH_HOSTILE, god_type gd = GOD_NO_GOD,
166 int dur = 0, int mnum = 0, beh_type bh = BEH_HOSTILE,
H A Dspl-miscast.cc256 data.behaviour = BEH_HOSTILE; in __anon41bd6ab60202()
H A Dgod-wrath.cc678 animate_dead(&you, 1 + random2(3), BEH_HOSTILE, MHITYOU, 0, in _kikubaaqudgha_retribution()
1763 if (_fedhas_corpse_spores(BEH_HOSTILE)) in _fedhas_retribution()
1811 RANDOM_MOBILE_MONSTER, BEH_HOSTILE, you.pos(), MHITYOU, in _dithmenos_retribution()
H A Dspl-summoning.cc434 monster *mons = create_monster(mgen_data(howlcalled, BEH_HOSTILE, in doom_howl()
557 mgen_data mg(mon, caster ? BEH_COPY : BEH_HOSTILE, in summon_berserker()
583 punish ? BEH_HOSTILE : BEH_FRIENDLY, in summon_holy_warrior()
729 friendly ? BEH_FRIENDLY : BEH_HOSTILE, in _animate_weapon()
974 : BEH_HOSTILE, in _summon_demon_wrapper()
H A Dmon-project.cc50 ((monster*)caster)->friendly() ? BEH_FRIENDLY : BEH_HOSTILE, in cast_iood()
H A Dfineff.cc321 : BEH_HOSTILE; in fire()
H A Devoke.cc97 beh_type beh = BEH_HOSTILE; in _evoke_horn_of_geryon()
H A Dtraps.cc468 create_malign_gateway(pt, BEH_HOSTILE, "a Zot trap", 150); in __anon71a4a9f00902()
H A Dmon-death.cc2203 ? BEH_HOSTILE : SAME_ATTITUDE(&mons); in monster_die()
3119 mgen_data(type, (mons->has_ench(ENCH_CHARM) ? BEH_HOSTILE in mons_felid_revive()
H A Dmon-behv.cc1348 return BEH_HOSTILE; in attitude_creation_behavior()

12