Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Davatar.c203 p_ptr->vir_types[i++] = V_VITALITY; in get_virtues()
241 if (exist_virtue(V_VITALITY)) in get_virtues()
244 p_ptr->vir_types[i++] = V_VITALITY; in get_virtues()
281 if (exist_virtue(V_VITALITY)) in get_virtues()
284 p_ptr->vir_types[i++] = V_VITALITY; in get_virtues()
H A Dcmd3.c415 chg_virtue(V_VITALITY, -1); in destroy_item_aux()
420 chg_virtue(V_VITALITY, 1); in destroy_item_aux()
H A Dcmd5.c1460 chg_virtue(V_VITALITY, -1); in cast_death_spell()
1632 chg_virtue(V_VITALITY, -1); in cast_death_spell()
H A Dxtra2.c935 chg_virtue(V_VITALITY, -2); in mon_take_hit()
972 chg_virtue(V_VITALITY, 2); in mon_take_hit()
H A Dspells2.c1950 chg_virtue(V_VITALITY, -2); in genocide()
2023 chg_virtue(V_VITALITY, -2); in mass_genocide()
H A Dcmd1.c2019 if (one_in_(4)) chg_virtue(V_VITALITY, 1); in py_attack()
H A Deffects.c2876 chg_virtue(V_VITALITY, 1); in do_inc_stat()
H A Ddefines.h4934 #define V_VITALITY 12 macro
H A Dspells1.c1918 chg_virtue(V_VITALITY, 1); in project_m()