Adds grappling gun (#16662)

This commit is contained in:
metalgearsloth
2023-05-27 14:15:15 +10:00
committed by GitHub
parent 9eb4d4edb0
commit 552fbb0585
48 changed files with 753 additions and 35 deletions

View File

@@ -293,7 +293,7 @@ namespace Content.Server.Singularity.EntitySystems
_projectile.SetShooter(proj, uid);
var targetPos = new EntityCoordinates(uid, (0, -1));
_gun.Shoot(uid, guncomp, ent, xform.Coordinates, targetPos);
_gun.Shoot(uid, guncomp, ent, xform.Coordinates, targetPos, out _);
}
private void UpdateAppearance(EmitterComponent component)