From 9ceb0914a9bced01af1618121a09115e8fb62594 Mon Sep 17 00:00:00 2001
From: owner <owner@DESKTOP-150HAJJ.ern.nps.edu>
Date: Fri, 30 Aug 2024 12:25:48 -0700
Subject: [PATCH] Homework 3

---
 .../homework3/Lennon/LennonSimulationProgram.java             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java
index 509f4eda3b..4e5c65a0b2 100644
--- a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java
@@ -247,8 +247,8 @@ public class LennonSimulationProgram
             minefield.add(mine);
         }
         
-        System.out.println("You are in a minefield. The exit is at (" + exit[0] + ", " + exit[1] + 
-                "). \nWhen prompted, use the WASD keys to pick a move. \nCareful, there's a time limit, and plenty of mines!");
+        System.out.println("\nYou are in a minefield. The exit is at (" + exit[0] + ", " + exit[1] + 
+                "). \nWhen prompted, use the WASD keys to pick a move. \nCareful, you only have so many moves, and there are plenty of mines!");
         System.out.flush();
         
         while (simulationLoopCount < SIMULATION_MAX_LOOP_COUNT)  // are we done yet?
-- 
GitLab