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() {
|
protected override void Start() {
|
||||||
base.Start();
|
base.Start();
|
||||||
SingleShot s = new SingleShot(this.gameObject);
|
SingleShot s = new SingleShot(this.gameObject, 12, 3, 8 );
|
||||||
s.SetCooldown(3);
|
|
||||||
s.SetPrefab(bullet);
|
s.SetPrefab(bullet);
|
||||||
s.SetSpawn(bulletSpawn);
|
s.SetSpawn(bulletSpawn);
|
||||||
SetAttack(s);
|
SetAttack(s);
|
||||||
|
|
Loading…
Add table
Reference in a new issue