Home
last modified time | relevance | path

Searched refs:MUT3_PUNY (Results 1 – 4 of 4) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dmutation.c590 if (muta_which == MUT3_PUNY) in gain_mutation()
600 if (p_ptr->muta3 & MUT3_PUNY) in gain_mutation()
603 p_ptr->muta3 &= ~(MUT3_PUNY); in gain_mutation()
1885 if (p_ptr->muta3 & MUT3_PUNY) in mutation_effect()
H A Dtables.c7430 MUT3_PUNY,
H A Dfiles.c2056 if (p_ptr->muta3 & MUT3_PUNY) dummy -= 4; in display_player_stat_info()
2086 if (p_ptr->muta3 & MUT3_PUNY) dummy += 2; in display_player_stat_info()
H A Ddefines.h534 #define MUT3_PUNY 0x00000002L macro