fixed weather emoji for starlight procs

This commit is contained in:
Sakimori 2021-02-28 13:37:43 -05:00 committed by GitHub
parent 20e393d664
commit 57ef55e15c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,8 @@ class Starlight(Weather):
result.clear() result.clear()
result.update({ result.update({
"text": f"{game.get_batter()} hits a dinger, but the stars do not approve! The ball pulls foul.", "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: else:
result["in_the_park"] = True result["in_the_park"] = True