Variables are hard
This commit is contained in:
parent
78165853fd
commit
d57aa9ccd8
1
games.py
1
games.py
|
@ -204,6 +204,7 @@ class game(object):
|
||||||
|
|
||||||
pb_system_stat = (random.gauss(1*math.erf((bat_stat - pitch_stat)*1.5)-1.8,2.2))
|
pb_system_stat = (random.gauss(1*math.erf((bat_stat - pitch_stat)*1.5)-1.8,2.2))
|
||||||
hitnum = random.gauss(2*math.erf(bat_stat/4)-1,3)
|
hitnum = random.gauss(2*math.erf(bat_stat/4)-1,3)
|
||||||
|
crow = False
|
||||||
|
|
||||||
|
|
||||||
if weather.name == "Crowstorm":
|
if weather.name == "Crowstorm":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user