From 57ef55e15cdc4b3a65400ccc9eb7c6a1b43cd436 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sun, 28 Feb 2021 13:37:43 -0500 Subject: [PATCH] fixed weather emoji for starlight procs --- weather.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weather.py b/weather.py index 7e076a0..d611b66 100644 --- a/weather.py +++ b/weather.py @@ -89,7 +89,8 @@ class Starlight(Weather): result.clear() result.update({ "text": f"{game.get_batter()} hits a dinger, but the stars do not approve! The ball pulls foul.", - "text_only": True + "text_only": True, + "weather_message": True }) else: result["in_the_park"] = True