summaryrefslogtreecommitdiffstats
path: root/fish_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'fish_types.py')
-rw-r--r--fish_types.py2
1 files changed, 1 insertions, 1 deletions
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