fixed weather emoji for starlight procs
This commit is contained in:
parent
20e393d664
commit
57ef55e15c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue