Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmelee2.c116 if (p_ptr->immune_cold) smart |= SM_IMM_COLD; in remove_bad_spells()
205 if (smart & SM_IMM_COLD) in remove_bad_spells()
H A Dmdefines.h1829 #define SM_IMM_COLD 0x08000000 macro
H A Dmonster2.c2870 if (p_ptr->immune_cold) m_ptr->smart |= SM_IMM_COLD; in update_smart_learn()
/dports/games/zangband/zangband/src/
H A Dmspells1.c145 if ((smart & (SM_IMM_COLD)) && (int_outof(is_dumb, 100))) in remove_bad_spells()
H A Dmonster2.c3163 if (FLAG(p_ptr, TR_IM_COLD)) m_ptr->smart |= (SM_IMM_COLD); in update_smart_learn()
H A Ddefines.h2541 #define SM_IMM_COLD 0x08000000 macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dmelee2.c322 if (p_ptr->immune_cold) smart |= SM_IMM_COLD; in remove_bad_spells()
393 if (smart & SM_IMM_COLD) { in remove_bad_spells()
H A Dmonster2.c5144 if (p_ptr->immune_cold) m_ptr->smart |= SM_IMM_COLD;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h3968 #define SM_IMM_COLD 0x08000000 macro