From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- internal/game/cmd_color.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/game/cmd_color.go') diff --git a/internal/game/cmd_color.go b/internal/game/cmd_color.go index 7bf073d..666a622 100644 --- a/internal/game/cmd_color.go +++ b/internal/game/cmd_color.go @@ -7,6 +7,7 @@ import ( "thehouseoficarus/internal/color" "thehouseoficarus/internal/config" "thehouseoficarus/internal/net" + "thehouseoficarus/internal/ui" ) func (g *Game) doColor(sess *net.Session, input string) { @@ -166,7 +167,7 @@ var colorCategoryOrder = []string{ func showColorTable(g *Game, sess *net.Session) { p := sess.Player mode := g.colorMode(sess) - table := &Table{ + table := &ui.Table{ Columns: []string{ color.Render(mode, color.Parse("75"), "Target"), "Color", -- cgit v1.2.3