From 5ff7fbb2f0769c70affe2783730aab5dc713521f Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Thu, 21 Nov 2019 21:37:46 +0000 Subject: [PATCH] Add clarity to message --- nethack-launcher/run_game.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nethack-launcher/run_game.go b/nethack-launcher/run_game.go index 9ccb9a2..779c339 100644 --- a/nethack-launcher/run_game.go +++ b/nethack-launcher/run_game.go @@ -48,7 +48,7 @@ func runtimeRecover(username string) { println(" or you are logged in more than once.") println("") println(" What would you like to do with the lockfile?") - println(" d) delete it and contiue to a new adventure") + println(" d) delete it and contiue what you were doing") println(" r) recover it and continue your last adventure") println(" n) nothing at all and get this prompt again next time") println("")