Skip to content

Commit fbe4f66

Browse files
committed
Update color
1 parent 0ad4fce commit fbe4f66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/battle/clairvoyant/clairvoyant.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ func (s *Snake) Move(state internal.GameState) (internal.Action, error) {
2323
// Info ensures the snake is stylin and profilin
2424
func (s *Snake) Info() internal.Style {
2525
return internal.Style{
26-
Color: "#76A5AF",
26+
//Color: "#76A5AF",
27+
Color: "#00cc99",
2728
Head: "beluga",
2829
Tail: "freckled",
2930
}

0 commit comments

Comments
 (0)