summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-16 23:26:40 -0400
committergroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-16 23:26:40 -0400
commit2602b777fbe9b7a4448b1c4cec9ac4a4fd7002c1 (patch)
treecb5798e1ba8548fb0a0f5148ecc67ade05538455
parent80041811f4fe9fd61fe69d39f6b6441902e4ba01 (diff)
downloadbridge-2602b777fbe9b7a4448b1c4cec9ac4a4fd7002c1.tar.zst
Shark
-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