From 5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 04:24:11 -0400 Subject: feat: map now only reveals with exploration. players can set custom map symbols. --- internal/game/action_use.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/action_use.go') diff --git a/internal/game/action_use.go b/internal/game/action_use.go index b4c4b25..0c7d45c 100644 --- a/internal/game/action_use.go +++ b/internal/game/action_use.go @@ -46,7 +46,7 @@ func (g *Game) startUse(sess *net.Session, p *player.Player, obj *object.ObjectD Data: map[string]any{"step": 0, "use_cfg": cfg}, } - sess.WriteLine(fmt.Sprintf("\n%s", cfg.Message)) + sess.WriteLine(fmt.Sprintf("%s", cfg.Message)) } func (g *Game) advanceUse(sess *net.Session, p *player.Player) { -- cgit v1.2.3