Skip to content

Commit

Permalink
Change PPP name and change hint
Browse files Browse the repository at this point in the history
  • Loading branch information
B1G-SAM committed Apr 11, 2024
1 parent a5a8463 commit 5bef72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/main/java/hint/HintHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public HintHandler(BaseMap map, TextBox text){
currentTextBox = text;
invisibleTriggers = new ArrayList<Trigger>();

addTrigger(0, 1, 4, 5, "you can't help but feel" +
" you might be tested on some basic addition here."); //add all triggers in the map here
addTrigger(0, 1, 3, 2, "You should visit the shop sometime. The owner sells many" +
"useful items for your journey"); //add all triggers in the map here
}


Expand Down

0 comments on commit 5bef72c

Please sign in to comment.