aboutsummaryrefslogtreecommitdiff
path: root/internal/game/act_steal.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/act_steal.go')
-rw-r--r--internal/game/act_steal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/act_steal.go b/internal/game/act_steal.go
index 39df9e2..1c76474 100644
--- a/internal/game/act_steal.go
+++ b/internal/game/act_steal.go
@@ -261,7 +261,7 @@ func (g *Game) startSteal(sess *net.Session, p *player.Player, targetType string
sess.WriteLine(fmt.Sprintf("You attempt to steal from the %s...", targetName))
- g.broadcastAction(sess, "\n%s glances around the room.", p.Name)
+ g.broadcastAction(sess, "%s glances around the room.", p.Name)
p.Action = &behavior.Action{
Type: behavior.TypeSteal,