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 b66c293..3bb3033 100644
--- a/fish_types.py
+++ b/fish_types.py
@@ -215,7 +215,7 @@ class Whale(Fish):
class Stingray(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.09
width = 15
height = 2