diff --git a/images/hero.png b/images/hero.png deleted file mode 100644 index 6767e63..0000000 Binary files a/images/hero.png and /dev/null differ diff --git a/images/hero64.png b/images/hero64.png deleted file mode 100644 index 2cc66fa..0000000 Binary files a/images/hero64.png and /dev/null differ diff --git a/js/OverworldEvent.js b/js/OverworldEvent.js index ace3ec4..f212f85 100644 --- a/js/OverworldEvent.js +++ b/js/OverworldEvent.js @@ -87,7 +87,7 @@ class OverworldEvent { // console.log("AGAIN"); window.open(link, '_blank'); } else { - window.open(link); + window.open(link, '_self'); } resolve(); }