From 92a56017a9758d3f5c59ea9f078dc2f91dccc079 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 26 Jan 2025 02:18:33 -0600 Subject: [PATCH] Fixed pitcher error --- dice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dice.py b/dice.py index d5d55dc..5509889 100644 --- a/dice.py +++ b/dice.py @@ -2664,7 +2664,7 @@ def sa_fielding_roll(this_team: Team, this_play: Play, pos_code: str, def_rating elif error_dice == 12: error_note = '1-base error for e7, e11, e12, e15 -> e19, e22 -> e51' - if def_rating.error in [6, 13, 14, 21, 22, 26, 27, range(30, 35), range(38, 52)]: + if def_rating.error in [7, 11, 12, range(15, 19), range(22, 51)]: this_roll.error_result = 1 elif error_dice == 11: