mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
survivors: homing behaving a bit better with this, but not great
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user