Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmdefines.h2372 #define RF3_ORC 0x00000001 /* Orc */ macro
2525 (RF3_ORC | RF3_TROLL | RF3_GIANT | RF3_DRAGON | \
H A Dcmd1.c242 (r_ptr->flags3 & RF3_ORC)) in tot_dam_aux()
244 if (ml) l_ptr->flags3 |= RF3_ORC; in tot_dam_aux()
H A Dmonster1.c1104 else if (l_ptr->flags3 & RF3_ORC) text_out_c(TERM_L_BLUE, " orc"); in describe_monster_movement()
H A Dmelee2.c3180 if (f1 & TR1_SLAY_ORC) flg3 |= RF3_ORC; in process_monster()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells2.c2144 case RF3_ORC: in detect_monsters_xxx()
4394 if ((r_ptr->flags3 & (RF3_ORC | RF3_TROLL | RF3_GIANT | RF3_DEMON)) || in distract_monsters()
4457 if ((r_ptr->flags3 & (RF3_ORC | RF3_TROLL | RF3_GIANT | RF3_DEMON)) || in taunt_monsters()
4659 else if ((r_ptr->flags3 & (RF3_ORC | RF3_TROLL | RF3_GIANT | RF3_DEMON | RF3_DRAGONRIDER)) || in wake_minions()
H A Dmelee2.c4739 if (f1 & TR1_SLAY_ORC) flg3 |= RF3_ORC;
6280 if (r_ptr->flags3 & RF3_ORC)
6311 if (r_ptr->flags3 & RF3_ORC)
H A Dxtra1.c2177 if(r_ptr->flags3 & RF3_ORC) { p_ptr->resist_dark = TRUE; csheet_boni->cb[2] |= CB3_RDARK; } in calc_body_bonus()
2233 if (r_ptr->flags3 & RF3_ORC) d = -1; in calc_body_bonus()
4009 …else if ((r_ptr->flags3 & (RF3_ORC | RF3_TROLL | RF3_DRAGONRIDER)) || (strchr("hkptyuVsLW", r_ptr-…
H A Dcmd1.c646 (r_ptr->flags3 & RF3_ORC)) { in tot_dam_aux()
1225 (q_flags3 & RF3_ORC)) { in tot_dam_aux_player()
H A Dmonster2.c2441 if ((p_ptr->telepathy & ESP_ORC) && (r_ptr->flags3 & RF3_ORC)) see = TRUE; in update_mon()
H A Dcmd6.c5842 (void)detect_monsters_xxx(Ind, RF3_ORC);
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h5137 #define RF3_ORC 0x00000001 /* Orc */ macro