Variables are hard

This commit is contained in:
Kevin Rode 2021-01-03 21:41:29 -05:00
parent 78165853fd
commit d57aa9ccd8

View File

@ -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":