Searched refs:energy_fire (Results 1 – 2 of 2) sorted by relevance
423 int energy_fire = 100; in shots_per_round() local433 energy_fire = 50; in shots_per_round()438 energy_fire = 100; in shots_per_round()443 energy_fire = 100; in shots_per_round()448 energy_fire = 120; in shots_per_round()455 energy_fire = 150; in shots_per_round()460 energy_fire = 200; in shots_per_round()468 shots_frac = (shots * 100 / energy_fire) % 100; in shots_per_round()469 shots = shots / energy_fire; in shots_per_round()
1114 int energy_fire; in display_player_abilities() local1138 energy_fire = p_ptr->bow_energy; in display_player_abilities()1142 energy_fire = 100; in display_player_abilities()1149 shot_frac = (shots * 100 / energy_fire) % 100; in display_player_abilities()1150 shots = shots / energy_fire; in display_player_abilities()