add cast times and cooldowns
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export default class Projectile {
|
||||
if (!this.#position.equals(this.destination)) { return }
|
||||
|
||||
if (this.after != null) {
|
||||
this.after(this)
|
||||
this.after(this, this.#homingTarget)
|
||||
}
|
||||
|
||||
this.despawn()
|
||||
|
||||
Reference in New Issue
Block a user