aboutsummaryrefslogtreecommitdiff
path: root/internal/game/act_use.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/act_use.go')
-rw-r--r--internal/game/act_use.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/act_use.go b/internal/game/act_use.go
index 34f28c3..0d8582d 100644
--- a/internal/game/act_use.go
+++ b/internal/game/act_use.go
@@ -34,7 +34,7 @@ func (g *Game) startUse(sess *net.Session, p *player.Player, obj *object.ObjectD
return
}
- g.broadcastAction(sess, "\n%s uses the %s.", p.Name, obj.Name)
+ g.broadcastAction(sess, "%s uses the %s.", p.Name, obj.Name)
p.Action = &behavior.Action{
Type: "use",