Home
last modified time | relevance | path

Searched refs:TR2_SUST_CHR (Results 1 – 10 of 10) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Drandart.c273 if (a_ptr->flags2 & TR2_SUST_CHR) p += 1; in artifact_power()
359 if (a_ptr->flags1 & TR1_CHR) a_ptr->flags2 &= ~(TR2_SUST_CHR); in remove_contradictory()
890 if (rand_int (2) == 0) a_ptr->flags2 |= TR2_SUST_CHR; in add_ability()
972 a_ptr->flags2 |= TR2_SUST_CHR; in add_ability()
H A Dobj-info.c879 if (f2 & (TR2_SUST_CHR)) list[n++] = stat_names_full[A_CHR]; in describe_sustains()
H A Dxtra1.c2361 if (f2 & (TR2_SUST_CHR)) p_ptr->sustain_chr = TRUE; in calc_bonuses()
2549 if (f2 & TR2_SUST_CHR) p_ptr->sustain_chr = TRUE; in calc_bonuses()
H A Dmdefines.h2083 #define TR2_SUST_CHR 0x00000020L /* Sustain CHR */ macro
H A Dspells2.c562 if (p_ptr->sustain_chr) *f2 |= TR2_SUST_CHR; in player_flags_spoil()
883 if (f2 & TR2_SUST_CHR) in self_knowledge()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dobject1.c1126 …if (!((*f2) & TR2_SUST_CHR)) { flag_category[flag_count] = 2; flag_pool[flag_count] = TR2_SUST_CHR in object_flags()
1341 …if (!((*f2) & TR2_SUST_CHR)) { flag_category[flag_count] = 2; flag_pool[flag_count] = TR2_SUST_CHR in object_flags()
1416 …if (!((*f2) & TR2_SUST_CHR)) { flag_category[flag_count] = 2; flag_pool[flag_count] = TR2_SUST_CHR in object_flags()
1468 … case TR1_CHR: { if (!((*f2) & TR2_SUST_CHR) && randint(2) == 1) (*f2) |= TR2_SUST_CHR; break; } in object_flags()
4800 if (f2 & (TR2_SUST_CHR))
H A Drandart.c355 if (a_ptr->flags2 & TR2_SUST_CHR) p += 1; in artifact_power()
481 if (a_ptr->flags1 & TR1_CHR) a_ptr->flags2 &= ~(TR2_SUST_CHR); in remove_contradictory()
1075 if (rand_int (2) == 0) a_ptr->flags2 |= TR2_SUST_CHR; in add_ability()
1147 a_ptr->flags2 |= TR2_SUST_CHR; in add_ability()
2603 case 6: a_ptr->flags2 |= TR2_SUST_CHR; break; in add_random_ego_flag()
2858 a_ptr->flags2 |= TR2_SUST_CHR; in add_random_ego_flag()
H A Dobject2.c1370 if (f2 & TR2_SUST_CHR) total += 250;
2119 if (f2 & TR2_SUST_CHR) total += 1250;
H A Dxtra1.c3989 …if (f2 & TR2_SUST_CHR) { p_ptr->sustain_chr = TRUE; csheet_boni[i-INVEN_WIELD].cb[11] |= CB12_RSCH…
6244 if (f2 & TR2_SUST_CHR) csheet_boni[i].cb[11] |= CB12_RSCHR;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h4547 #define TR2_SUST_CHR 0x00000020L macro