Home
last modified time | relevance | path

Searched refs:TR_DRAIN_STATS (Results 1 – 8 of 8) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dartifact.c363 SET_FLAG(o_ptr, TR_DRAIN_STATS); in random_curse()
H A Ddungeon.c1565 if (FLAG(p_ptr, TR_DRAIN_STATS)) in process_world()
H A Dwizard1.c590 {TR_DRAIN_STATS, "Drains Stats"},
H A Dobject1.c707 if (FLAG(of_ptr, TR_DRAIN_STATS)) vp[vn++] = "drains your stats"; in roff_obj_aux()
H A Ddefines.h3197 #define TR_DRAIN_STATS 3, TR3_DRAIN_STATS macro
H A Dfiles.c1869 display_player_flag_aux(col, row++, "DrainStat:", TR_DRAIN_STATS); in display_player_flag_info()
H A Dobject2.c1086 if (FLAG(o_ptr, TR_DRAIN_STATS)) total -= 5000; in flag_cost()
H A Dzborg4.c403 if (KN_FLAG(l_ptr, TR_DRAIN_STATS) || in borg_test_bad_curse()