Bug nerf
This commit is contained in:
parent
81c3b30ca4
commit
e43379d072
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue