diff options
| author | historia <[not public]> | 2026-06-15 00:55:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 00:56:27 -0400 |
| commit | 445c4612cc5cf2c226f85894b6ad1e2419a374e2 (patch) | |
| tree | df3c6d4702cbeb7bd1618f88e93eb9cd08bcfcf4 /internal/game/cmd_look.go | |
| parent | b6fdde0aa6fcefd735e7c550aaa7fca879023f1c (diff) | |
| download | thehouseoficarus-445c4612cc5cf2c226f85894b6ad1e2419a374e2.tar.gz | |
feat: walk command, improved tables and columns
Diffstat (limited to 'internal/game/cmd_look.go')
| -rw-r--r-- | internal/game/cmd_look.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_look.go b/internal/game/cmd_look.go index 7efb65a..ac0c42a 100644 --- a/internal/game/cmd_look.go +++ b/internal/game/cmd_look.go @@ -22,7 +22,7 @@ func (g *Game) doLook(sess *net.Session) { sess.WriteLines( "", - room.Name, + fmt.Sprintf("%s (#%d)", room.Name, room.ID), ) descWidth := p.OptionInt("room_desc_width") |
