Browse Source

i- Tweaked ship speed bonus

Jason Yeung 18 years ago
parent
commit
ae6dc87ca9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/controls/ShipPilot.py

+ 1 - 1
direct/src/controls/ShipPilot.py

@@ -27,7 +27,7 @@ class ShipPilot(PhysicsWalker):
     wantDebugIndicator = base.config.GetBool(
         'want-avatar-physics-indicator', 0)
     
-    MAX_STRAIGHT_SAIL_BONUS = 1.0
+    MAX_STRAIGHT_SAIL_BONUS = 1.25
     STRAIGHT_SAIL_BONUS_TIME = 10.0
     
     # special methods