mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-08 03:48:06 -05:00
Fix grassy terrain battle text (#1381)
This commit is contained in:
@@ -305,6 +305,7 @@ exports.BattleTextAFD = {
|
||||
grassyterrain: {
|
||||
start: " Grass grew to cover the battlefield!",
|
||||
end: " The grass disappeared from the battlefield.",
|
||||
heal: " [POKEMON]'s HP was restored.",
|
||||
},
|
||||
mistyterrain: {
|
||||
start: " Mist swirls around the battlefield!",
|
||||
|
||||
@@ -308,6 +308,7 @@ exports.BattleText = {
|
||||
grassyterrain: {
|
||||
start: " Grass grew to cover the battlefield!",
|
||||
end: " The grass disappeared from the battlefield.",
|
||||
heal: " [POKEMON]'s HP was restored.",
|
||||
},
|
||||
mistyterrain: {
|
||||
start: " Mist swirls around the battlefield!",
|
||||
|
||||
Reference in New Issue
Block a user