Skip to content

Commit

Permalink
Update color
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanyj28 committed Oct 5, 2021
1 parent 0ad4fce commit fbe4f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/battle/clairvoyant/clairvoyant.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ func (s *Snake) Move(state internal.GameState) (internal.Action, error) {
// Info ensures the snake is stylin and profilin
func (s *Snake) Info() internal.Style {
return internal.Style{
Color: "#76A5AF",
//Color: "#76A5AF",
Color: "#00cc99",
Head: "beluga",
Tail: "freckled",
}
Expand Down

0 comments on commit fbe4f66

Please sign in to comment.