diff options
| author | historia <[not public]> | 2026-08-03 17:15:50 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-08-03 17:15:50 -0400 |
| commit | a2cbc04f86508708daa09affa5e9d73cc689b2ba (patch) | |
| tree | 0d0c6c7fbf4a775faaf5e9dd700157b883882638 /internal/game/look_entities.go | |
| parent | adda27dba5bf7bf1dee62159f0cbc0bd90734751 (diff) | |
| download | thehouseoficarus-a2cbc04f86508708daa09affa5e9d73cc689b2ba.tar.gz | |
feat: new color 'command', color tag system implemented
Diffstat (limited to 'internal/game/look_entities.go')
| -rw-r--r-- | internal/game/look_entities.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
