From f331a402fa03652769fc4ff6b08e87eb499c8f8d Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 6 Apr 2023 11:36:43 -0400 Subject: [PATCH] less speed boost --- unity/Assets/Scripts/DragonMovement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity/Assets/Scripts/DragonMovement.cs b/unity/Assets/Scripts/DragonMovement.cs index a8fc9cc..decb9f6 100644 --- a/unity/Assets/Scripts/DragonMovement.cs +++ b/unity/Assets/Scripts/DragonMovement.cs @@ -230,7 +230,7 @@ public class DragonMovement : MonoBehaviour if (Ammo <= 0) return; - _speedBoostTime = .25f; + _speedBoostTime = .2f; Ammo--;