From 15a040c256505541f9ce9f1674b8bb67d46031eb Mon Sep 17 00:00:00 2001
From: KahootChampion
Date: Sun, 17 Feb 2019 17:04:22 -0700
Subject: [PATCH] Removed "AYYYYYYYY"
---
src/ShipWarfare.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/ShipWarfare.java b/src/ShipWarfare.java
index 45ea98c..a26d191 100644
--- a/src/ShipWarfare.java
+++ b/src/ShipWarfare.java
@@ -1,5 +1,3 @@
-//AYYYYYYYYYY
-
import java.util.InputMismatchException;
import java.util.Scanner;
import java.util.Random;
@@ -162,7 +160,7 @@ public class ShipWarfare {
}
}
if(exitValue==1) {
- System.out.printf("Got eem!\nIt appears we have defeated the enemy fleet and made it out at %d health", hp);
+ System.out.printf("Got eem!\nIt appears we have defeated the enemy fleet and made it out at %d health\n", hp);
}
else if(exitValue==2){
gameOver();