actres_initial_odds()
Replace action_dice_roll_initial_odds() that has a large switch...case -construct with actres_initial_odds() that will just do an array lookup from act_results.
The function got the name "actres_dice_type()", but the principle remains.
Replace action_dice_roll_initial_odds() that has a large switch...case -construct with actres_initial_odds() that will just do an array lookup from act_results.