Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
B1G-SAM committed Apr 14, 2024
1 parent ad950be commit 0193fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/map/BattleInterface/BattleInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public void enableFight(Scanner in) {
}
answer = Integer.parseInt(answerCommand); // Parse the possibly truncated input
if (mathQuestion.checkAns(answer)) {
currentTextBox.setNextDialogue("You got the question CORRECT. You then proceed to swing as hard as you can");
currentTextBox.setNextDialogue("You got the question CORRECT. You then proceed to swing as " +
"hard as you can");
playerHitEnemy();
difficulty += 1;
} else {
Expand Down

0 comments on commit 0193fc1

Please sign in to comment.