Skip to content

Commit

Permalink
Update TowerForge/TowerForge/GameModule/Entities/SpawnableEntities/Ar…
Browse files Browse the repository at this point in the history
…rowTower.swift

Co-authored-by: Rubesh <rubesh77@gmail.com>
  • Loading branch information
zheng-ze and sp4ce-cowboy authored Apr 20, 2024
1 parent b50dc8c commit 65b35fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ArrowTower: BaseTower, PlayerSpawnable {
self.addComponent(ShootingComponent(fireRate: ArrowTower.fireRate,
range: ArrowTower.range,
attackPower: ArrowTower.damage, shootingType: Bullet.self))
self.addComponent(DamageComponent(attackRate: 1,
self.addComponent(DamageComponent(attackRate: .unit,
attackPower: 1,
temporary: false))
}
Expand Down

0 comments on commit 65b35fd

Please sign in to comment.