mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
@@ -158,6 +158,7 @@ void CEnergyProjectile::ResolveCollisionWithActor(const CRayCastResult& res, CAc
|
||||
ApplyDamageToActors(mgr, x12c_curDamageInfo);
|
||||
}
|
||||
if (const TCastToPtr<CEnergyProjectile> proj = act) {
|
||||
proj->SetHitProjectileOwner(xec_ownerId);
|
||||
proj->Explode(GetTranslation(), x34_transform.basis[1], EWeaponCollisionResponseTypes::OtherProjectile, mgr,
|
||||
*GetDamageVulnerability(), GetUniqueId());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user