Skip to content

Commit

Permalink
Update Map.js
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
yo252yo authored Oct 30, 2022
1 parent bb9a964 commit 7c0d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MapObject extends LevelObject {

interaction() {
if(this.accessibility_function && !this.accessibility_function()){
new TextBanner("As you approach your destination, the Goddess strongly impresses in your mind that you are not prepared for what is to come. In Her infinite wisdom, She knows that this is not where are meant to be for now.");
new TextBanner("As you approach your destination, the Goddess strongly impresses in your mind that you are not prepared for what is to come. In Her infinite wisdom, She knows that this is not where you are meant to be for now.");
} else if(this.destination) {
CURRENTLEVEL.setup(this.destination, this.destination_position);
}
Expand Down

0 comments on commit 7c0d090

Please sign in to comment.