adjusted the groundout/fielder's choice ratio
This commit is contained in:
parent
fc6cffe132
commit
15f7adb916
2
games.py
2
games.py
|
@ -199,7 +199,7 @@ class game(object):
|
||||||
|
|
||||||
if self.outs < 2 and len(runners) > 1: #fielder's choice replaces not great groundouts if any forceouts are present
|
if self.outs < 2 and len(runners) > 1: #fielder's choice replaces not great groundouts if any forceouts are present
|
||||||
def_stat = random_star_gen("defense_stars", defender)
|
def_stat = random_star_gen("defense_stars", defender)
|
||||||
if -1.5 <= hitnum and hitnum < 0.5: #poorly hit groundouts
|
if -1.5 <= hitnum and hitnum < -0.5: #poorly hit groundouts
|
||||||
outcome["text"] = appearance_outcomes.fielderschoice
|
outcome["text"] = appearance_outcomes.fielderschoice
|
||||||
outcome["defender"] = ""
|
outcome["defender"] = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user