Home
last modified time | relevance | path

Searched refs:SM_RES_FEAR (Results 1 – 9 of 9) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmelee2.c126 if (p_ptr->resist_fear) smart |= SM_RES_FEAR; in remove_bad_spells()
258 if (smart & SM_RES_FEAR) in remove_bad_spells()
H A Dmdefines.h1810 #define SM_RES_FEAR 0x00000100 macro
H A Dmonster2.c2892 if (p_ptr->resist_fear) m_ptr->smart |= SM_RES_FEAR; in update_smart_learn()
/dports/games/zangband/zangband/src/
H A Dmspells1.c201 if ((f5 & (RF4_SCARE)) && (smart & (SM_RES_FEAR)) in remove_bad_spells()
H A Dmonster2.c3189 if (FLAG(p_ptr, TR_RES_FEAR)) m_ptr->smart |= (SM_RES_FEAR); in update_smart_learn()
H A Ddefines.h2522 #define SM_RES_FEAR 0x00000100 macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dmelee2.c333 if (p_ptr->resist_fear) smart |= SM_RES_FEAR; in remove_bad_spells()
430 if (smart & SM_RES_FEAR) { in remove_bad_spells()
H A Dmonster2.c5167 if (p_ptr->resist_fear) m_ptr->smart |= SM_RES_FEAR;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h3949 #define SM_RES_FEAR 0x00000100 macro