From e43379d0724ef0134d2f4bcb08f6d884ba307744 Mon Sep 17 00:00:00 2001 From: Piegames <14054505+piegamesde@users.noreply.github.com> Date: Tue, 24 Apr 2018 05:13:00 +0200 Subject: [PATCH] Bug nerf --- Assets/Scripts/Entities/Bug.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/Scripts/Entities/Bug.cs b/Assets/Scripts/Entities/Bug.cs index 02bb621..968db50 100644 --- a/Assets/Scripts/Entities/Bug.cs +++ b/Assets/Scripts/Entities/Bug.cs @@ -17,8 +17,7 @@ namespace Assets.Scripts.Entities { protected override void Start() { base.Start(); - SingleShot s = new SingleShot(this.gameObject); - s.SetCooldown(3); + SingleShot s = new SingleShot(this.gameObject, 12, 3, 8 ); s.SetPrefab(bullet); s.SetSpawn(bulletSpawn); SetAttack(s);