aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_bank.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_bank.go')
-rw-r--r--internal/game/cmd_bank.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_bank.go b/internal/game/cmd_bank.go
index d95f7c0..b31dd16 100644
--- a/internal/game/cmd_bank.go
+++ b/internal/game/cmd_bank.go
@@ -339,7 +339,7 @@ func (g *Game) doBank(sess *net.Session) {
}
sess.State = net.StateBank
- sess.WriteLine(g.colorize(sess, "dialog", "\nYou access the bank terminal."))
+ sess.WriteLine(g.colorize(sess, "dialog", "You access the bank terminal."))
g.showBankBrowse(sess)
g.writeBankPrompt(sess)
}