Skip to content

Commit

Permalink
Merge pull request #122 from B1G-SAM/Minor-Fix
Browse files Browse the repository at this point in the history
Change text
  • Loading branch information
B1G-SAM committed Apr 14, 2024
2 parents 97188a8 + d1a9cde commit d6b55d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/command/mapmove/InteractingCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void execute() {
BaseMap.currentMap = mapIndex.get(SHOP);

textBox.setNextNarration("You are greeted by a cat with oddly small eyes.");
textBox.setNextInstruction("To enter the shop enter [fight]. To leave now, enter [run] or [exit].");
textBox.setNextInstruction("To enter the shop enter [fight]. To leave now, enter [exit].");
break;

default:
Expand Down

0 comments on commit d6b55d4

Please sign in to comment.