fixed an inconsistency with meteor shower text

This commit is contained in:
Sakimori 2021-02-28 14:16:36 -05:00 committed by GitHub
parent b41c91540f
commit f83a385b53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ class MeteorShower(Weather):
bat_team.score += 1 bat_team.score += 1
result.clear() result.clear()
result.update({ result.update({
"text": f"{runner.name} wished upon one of the shooting stars, and was warped to None base!! 1 runs score!", "text": f"{runner.name} wished upon one of the shooting stars, and was warped to None base!! 1 runs scored!",
"text_only": True, "text_only": True,
"weather_message": True "weather_message": True
}) })