From f83a385b5332204455329ac17c4d998f5c777968 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sun, 28 Feb 2021 14:16:36 -0500 Subject: [PATCH] fixed an inconsistency with meteor shower text --- weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather.py b/weather.py index d611b66..8f0e8b2 100644 --- a/weather.py +++ b/weather.py @@ -314,7 +314,7 @@ class MeteorShower(Weather): bat_team.score += 1 result.clear() 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, "weather_message": True })