From 2602b777fbe9b7a4448b1c4cec9ac4a4fd7002c1 Mon Sep 17 00:00:00 2001 From: group1 Date: Sun, 16 Oct 2016 23:26:40 -0400 Subject: Shark --- fish_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_types.py b/fish_types.py index 3bb3033..6d24675 100644 --- a/fish_types.py +++ b/fish_types.py @@ -260,7 +260,7 @@ class Eel(Fish): class Shark(Fish): - color = C.HSV(0/360, 0/100, 50/100).to_RGB() + color = C.HSV(0/360, 0/100, 10/100).to_RGB() drag = -0.2 width = 50 height = 2 -- cgit v1.3.1