From ae6dc87ca93d22c1f1e7c8fa91cbaf285b97aba5 Mon Sep 17 00:00:00 2001 From: Jason Yeung Date: Fri, 7 Sep 2007 01:43:45 +0000 Subject: [PATCH] i- Tweaked ship speed bonus --- direct/src/controls/ShipPilot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/controls/ShipPilot.py b/direct/src/controls/ShipPilot.py index a201bd5383..dcf004ade7 100755 --- a/direct/src/controls/ShipPilot.py +++ b/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