Home
last modified time | relevance | path

Searched refs:TR_LITE (Results 1 – 13 of 13) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dartifact.c242 SET_FLAG(o_ptr, TR_LITE); in random_misc()
1556 SET_FLAG(o_ptr, TR_LITE); in random_minor_theme_weapon()
1920 SET_FLAG(o_ptr, TR_LITE); in random_minor_theme_armor()
1925 SET_FLAG(o_ptr, TR_LITE); in random_minor_theme_armor()
1962 SET_FLAG(o_ptr, TR_LITE); in random_minor_theme_armor()
2348 SET_FLAG(o_ptr, TR_LITE); in create_artifact()
H A Dzborg4.c1458 KN_FLAG(l_ptr, TR_LITE))) in borg_notice_lite()
1478 if (KN_FLAG(l_ptr, TR_LITE)) in borg_notice_lite()
1486 if (KN_FLAG(l_ptr, TR_LITE)) in borg_notice_lite()
4067 if (FLAG(of_ptr, TR_LITE)) num_lite = TRUE; in borg_notice_home_player()
H A Dxtra1.c2024 if (FLAG(o_ptr, TR_LITE)) p_ptr->cur_lite++; in calc_torch()
2032 if ((p_ptr->cur_lite == 0) && (FLAG(p_ptr, TR_LITE))) in calc_torch()
2667 if (FLAG(p_ptr, TR_SH_FIRE)) SET_FLAG(p_ptr, TR_LITE); in calc_bonuses()
H A Dfiles.c1469 SET_FLAG(of_ptr, TR_LITE); in player_flags()
1602 SET_FLAG(of_ptr, TR_LITE); in player_flags()
1837 display_player_flag_aux(col, row++, "PermLite :", TR_LITE); in display_player_flag_info()
H A Dwizard1.c875 if ((o_ptr->tval == TV_LITE) && (FLAG(o_ptr, TR_LITE))) in analyze_misc_magic()
883 else if (FLAG(o_ptr, TR_LITE)) in analyze_misc_magic()
H A Dflavor.c1551 if (FLAG(o_ptr, TR_LITE)) in object_desc()
H A Ddungeon.c1658 else if (!(FLAG(o_ptr, TR_LITE))) in process_world()
H A Dobject1.c644 if (FLAG(of_ptr, TR_LITE)) vp[vn++] = "provides permanent light"; in roff_obj_aux()
H A Dload.c433 SET_FLAG(o_ptr, TR_LITE); in rd_item()
H A Ddefines.h3145 #define TR_LITE 2, TR2_LITE macro
H A Dspells2.c364 if (FLAG(p_ptr, TR_LITE)) in self_knowledge()
H A Dobject2.c1037 if (FLAG(o_ptr, TR_LITE)) total += 500; in flag_cost()
/dports/games/zangband/zangband/src/tk/
H A Ddescribe.c405 if (FLAG(o_ptr, TR_LITE)) in angtk_describe_object()