From a2cbc04f86508708daa09affa5e9d73cc689b2ba Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 3 Aug 2026 17:15:50 -0400 Subject: feat: new color 'command', color tag system implemented --- internal/game/look_entities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/look_entities.go') diff --git a/internal/game/look_entities.go b/internal/game/look_entities.go index 4ed47c9..0d08551 100644 --- a/internal/game/look_entities.go +++ b/internal/game/look_entities.go @@ -158,7 +158,7 @@ func (g *Game) showRoomObjects(sess *net.Session, p *player.Player, room *world. roomDesc := def.InRoomDescription if roomDesc != "" { - roomDesc = color.ExpandTags(g.colorMode(sess), roomDesc) + roomDesc = g.expandTags(sess, roomDesc) } coloredName := g.objColorize(sess, def, def.Name) coloredPlural := g.objColorize(sess, def, def.Name+"s") -- cgit v1.2.3