Fix grassy terrain battle text (#1381)

This commit is contained in:
Alumn
2019-10-10 19:02:11 +02:00
committed by Guangcong Luo
parent 1599a38205
commit f32f63a3f0
2 changed files with 2 additions and 0 deletions

View File

@@ -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!",

View File

@@ -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!",