From 9945e0a7d73fa2efbb438e512edea90fc82edbcb Mon Sep 17 00:00:00 2001 From: chrisNvalmas Date: Fri, 2 Jun 2017 21:40:34 -0400 Subject: [PATCH] Fixed walking bug (#480) * Mod that randomizes wild Pokemon encounters based off of original Pokemon's type * Fixed a bug that stopped player from moving after a pokemon battle. --- src/components/battles/animations/Ending.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/battles/animations/Ending.ts b/src/components/battles/animations/Ending.ts index 026dec04..e3166c7c 100644 --- a/src/components/battles/animations/Ending.ts +++ b/src/components/battles/animations/Ending.ts @@ -44,6 +44,7 @@ export class Ending extends Component