Home
last modified time | relevance | path

Searched refs:force_hostile (Results 1 – 6 of 6) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells3.h76 void dancing_weapon(int pow, bool force_hostile);
H A Dspells3.cc419 void dancing_weapon(int pow, bool force_hostile) in dancing_weapon() argument
448 if (item_cursed( you.inv[wpn] ) || force_hostile) in dancing_weapon()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgod-abil.h115 void yred_make_enslaved_soul(monster* mon, bool force_hostile = false);
H A Dreligion.h129 int yred_random_servants(unsigned int threshold, bool force_hostile = false);
H A Dreligion.cc919 int yred_random_servants(unsigned int threshold, bool force_hostile) in yred_random_servants() argument
923 if (force_hostile) in yred_random_servants()
949 if (!force_hostile && _yred_high_level_servant(mon_type)) in yred_random_servants()
968 mgen_data mg(mon_type, !force_hostile ? BEH_FRIENDLY : BEH_HOSTILE, in yred_random_servants()
970 mg.set_summoned(!force_hostile ? &you : 0, 0, 0, GOD_YREDELEMNUL); in yred_random_servants()
972 if (force_hostile) in yred_random_servants()
976 if (force_hostile) in yred_random_servants()
H A Dgod-abil.cc1704 void yred_make_enslaved_soul(monster* mon, bool force_hostile) in yred_make_enslaved_soul() argument
1776 mon->attitude = !force_hostile ? ATT_FRIENDLY : ATT_HOSTILE; in yred_make_enslaved_soul()
1777 behaviour_event(mon, ME_ALERT, force_hostile ? &you : 0); in yred_make_enslaved_soul()
1790 !force_hostile ? "is now yours" : "fights you"); in yred_make_enslaved_soul()