trigger_ui: another FA probability fix

This commit is contained in:
Ben Loftis 2021-12-30 12:14:18 -06:00
parent c5b6d7f9d2
commit 81a011b786
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ void
TriggerMaster::set_all_follow_action (Trigger::FollowAction fa)
{
_triggerbox->set_all_follow_action(fa);
_triggerbox->set_all_probability(100);
_triggerbox->set_all_probability(0);
}
void