aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_hide.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_hide.go')
-rw-r--r--internal/game/cmd_hide.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/game/cmd_hide.go b/internal/game/cmd_hide.go
index 2dca478..9f567ca 100644
--- a/internal/game/cmd_hide.go
+++ b/internal/game/cmd_hide.go
@@ -112,9 +112,7 @@ func (g *Game) executeHide(sess *net.Session, args []string, rawInput string) {
p.ActionState = &ActionState{Type: ActionHiding, TargetName: objDef.Name}
if inCombat {
- sess.WriteLine(fmt.Sprintf("\nYou try to get behind the %s for cover...", objDef.Name))
- } else {
- sess.WriteLine(fmt.Sprintf("You position yourself behind the %s.", objDef.Name))
+ sess.WriteLine(fmt.Sprintf("You try to get behind the %s for cover...", objDef.Name))
}
}