Home
last modified time | relevance | path

Searched refs:TR_SLAY_ORC (Results 1 – 14 of 14) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dartifact.c301 case 5: SET_FLAG(o_ptr, TR_SLAY_ORC); break; in random_misc()
450 SET_FLAG(o_ptr, TR_SLAY_ORC); in random_slay()
1652 SET_FLAG(o_ptr, TR_SLAY_ORC); in random_minor_theme_weapon()
1777 SET_FLAG(o_ptr, TR_SLAY_ORC); in random_major_theme_weapon()
1826 SET_FLAG(o_ptr, TR_SLAY_ORC); in random_major_theme_weapon()
H A Dmelee1.c392 else if (FLAG(p_ptr, TR_SLAY_ORC) && in make_attack_normal()
H A Dobject1.c476 if (FLAG(of_ptr, TR_SLAY_ORC)) vp[vn++] = "orcs"; in roff_obj_aux()
742 if (FLAG(of_ptr, TR_SLAY_ORC)) vp[vn++] = "orcs"; in roff_obj_aux()
H A Dbldg.c1055 if (FLAG(o_ptr, TR_SLAY_ORC)) in compare_weapon_aux1()
H A Dspells2.c228 if (FLAG(p_ptr, TR_SLAY_ORC)) in self_knowledge()
710 if (FLAG(o_ptr, TR_SLAY_ORC)) in self_knowledge()
H A Dzborg5.c2991 if (FLAG(bp_ptr, TR_SLAY_ORC)) value += (dam * 1) / 2; in borg_power_aux3()
2994 if ((FLAG(bp_ptr, TR_SLAY_ORC)) && in borg_power_aux3()
H A Dwizard1.c472 {TR_SLAY_ORC, "Orc"},
H A Dmelee2.c2582 if (FLAG(o_ptr, TR_SLAY_ORC)) flg3 |= (RF2_ORC); in take_move()
H A Dzborg9.c3073 if (FLAG(bp_ptr, TR_SLAY_ORC)) attr = CLR_BLUE; in borg_status_window()
H A Ddefines.h3086 #define TR_SLAY_ORC 0, TR0_SLAY_ORC macro
H A Dfiles.c1858 display_player_flag_aux(col, row++, "Pr Orc :", TR_SLAY_ORC); in display_player_flag_info()
H A Dobject2.c969 if (FLAG(o_ptr, TR_SLAY_ORC)) total += 750; in flag_cost()
H A Dzbmagic2.c151 ((FLAG(bp_ptr, TR_SLAY_ORC)) && (FLAG(r_ptr, RF_ORC))) || in borg_thrust_damage_one()
/dports/games/zangband/zangband/src/tk/
H A Ddescribe.c246 if (FLAG(o_ptr, TR_SLAY_ORC)) vp[vn++] = "orcs"; in angtk_describe_object()