Home
last modified time | relevance | path

Searched refs:KC_YOU (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dkill-category.h6 KC_YOU, enumerator
H A Dcloud.cc347 case KC_YOU: in _killer_whose_match()
466 if (cloud.whose == KC_YOU) in _spread_fire()
815 whose = KC_YOU; in place_cloud()
1006 && (cloud.whose == KC_YOU || cloud.whose == KC_FRIENDLY) in actor_cloud_immune()
1008 && (cloud.whose == KC_YOU || cloud.whose == KC_FRIENDLY)) in actor_cloud_immune()
1178 if (you_worship(GOD_ZIN) && cloud.whose == KC_YOU) in _actor_apply_cloud_side_effects()
1205 if (cloud.whose == KC_YOU) in _actor_apply_cloud_side_effects()
1664 return KC_YOU; in killer_to_whose()
1681 case KC_YOU: return KILL_YOU_MISSILE; in whose_to_killer()
H A Dkills.cc48 if (kc >= KC_YOU && kc < KC_NCATEGORIES) in category_name()
92 YOU_KILL(killer) ? KC_YOU : in record_kill()
101 for (int i = KC_YOU; i < KC_NCATEGORIES; ++i) in total_kills()
131 for (int i = KC_YOU; i < KC_NCATEGORIES; ++i) in kill_info()
144 i == KC_YOU ? nullptr in kill_info()
H A Dspl-clouds.cc52 cloud->set_whose(KC_YOU); in conjure_flame()
H A Dmon-project.cc86 mon->props[IOOD_KC].get_byte() = (is_player) ? KC_YOU : in cast_iood()
684 if (mon.props[IOOD_KC].get_byte() == KC_YOU) in iood_catchup()
H A Dmon-death.cc332 (killer == KILL_YOU || killer == KILL_YOU_MISSILE) ? KC_YOU : in _give_player_experience()
371 if (kc == KC_YOU && have_passive(passive_t::share_exp)) in _give_player_experience()
661 && (me.who == KC_YOU || me.who == KC_FRIENDLY) in _is_pet_kill()
663 && (me2.who == KC_YOU || me2.who == KC_FRIENDLY); in _is_pet_kill()
1575 if (ench.who == KC_YOU || (!arena && ench.who == KC_FRIENDLY)) in monster_die()
H A Dplayer-act.cc46 return KC_YOU; in kill_alignment()
H A Dchardump.cc1057 b = TO_PERCENT(place_info.mon_kill_num[KC_YOU], in _sdump_kills_place_info()
1058 you.global_info.mon_kill_num[KC_YOU]); in _sdump_kills_place_info()
H A Dmon-ench.cc2126 return k == KC_YOU ? " you" : in kill_category_desc()
2173 return who == KC_YOU ? KILL_YOU : in killer()
H A Dinitfile.cc1246 kill_map[KC_YOU] = KC_YOU; in reset_options()
3508 kill_map[KC_YOU] = KC_YOU; in read_option_line()
H A Dmapmark.cc854 kcat = KC_YOU; in map_cloud_spreader_marker()
H A Dl-dgn.cc1134 return KC_YOU; in dgn_kill_name_to_category()
H A Dmonster.cc2987 return me.who == KC_YOU in _you_responsible_for_ench()
4992 return KC_YOU; in kill_alignment()
H A Dbeam.cc149 return KC_YOU; in whose_kill()
943 if (whose_kill() == KC_YOU) in burn_wall_effect()
H A Dmon-place.cc2836 && (cloud->whose == KC_YOU || cloud->whose == KC_FRIENDLY)) in can_spawn_mushrooms()
H A Dmon-util.cc4887 case KC_YOU: in find_agent()