survivors: homing behaving a bit better with this, but not great

This commit is contained in:
Sheldan
2025-08-22 00:28:02 +02:00
parent 66ef2eaa31
commit 7b8745d7d2

View File

@@ -51,8 +51,10 @@ export abstract class Projectile implements Acting, Placeable {
this.world.removeProjectile(this)
}
}
this.lastColliding = target;
} else {
this.lastColliding = undefined;
}
this.lastColliding = target;
} else {
this.lastColliding = undefined;
}