fixed an inconsistency with meteor shower text
This commit is contained in:
parent
b41c91540f
commit
f83a385b53
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue