mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-02 23:17:34 +00:00
survivors: homing behaving a bit better with this, but not great
This commit is contained in:
@@ -51,11 +51,13 @@ export abstract class Projectile implements Acting, Placeable {
|
||||
this.world.removeProjectile(this)
|
||||
}
|
||||
}
|
||||
}
|
||||
this.lastColliding = target;
|
||||
} else {
|
||||
this.lastColliding = undefined;
|
||||
}
|
||||
} else {
|
||||
this.lastColliding = undefined;
|
||||
}
|
||||
}
|
||||
this.status.collisionCooldown.decreaseCooldown()
|
||||
this.checkWorldBorder()
|
||||
|
||||
Reference in New Issue
Block a user