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_option.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/game/cmd_option.go') diff --git a/internal/game/cmd_option.go b/internal/game/cmd_option.go index a5bf11c..05a6ece 100644 --- a/internal/game/cmd_option.go +++ b/internal/game/cmd_option.go @@ -8,6 +8,7 @@ import ( "thehouseoficarus/internal/color" "thehouseoficarus/internal/net" "thehouseoficarus/internal/player" + "thehouseoficarus/internal/ui" ) func (g *Game) doOption(sess *net.Session, input string) { @@ -16,7 +17,7 @@ func (g *Game) doOption(sess *net.Session, input string) { if input == "" { sess.WriteLine("") - table := &Table{ + table := &ui.Table{ Columns: []string{ color.Render(mode, color.Parse("75"), "Option"), color.Render(mode, color.Parse("230"), "Value"), -- cgit v1.2.3