Revert "Fix scram implant's teleportation out of containers" (#25030)

* Revert "Fix scram implant's teleportation out of containers (#24827)"

This reverts commit d4434dbb5e586544a5dbd067a3fee4a6bd4e9e89.

* Remove EntityQuery<T> pass-ins

(cherry picked from commit d215419f9ac6108185b724e40185d2cf27f7a749)
This commit is contained in:
metalgearsloth 2024-03-30 13:28:42 +11:00 committed by NullWanderer
parent f9c225df61
commit dffd55c64e
No known key found for this signature in database
GPG Key ID: 65CF92BD1D26F4AC
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ public sealed class SubdermalImplantSystem : SharedSubdermalImplantSystem
break;
}
_xform.SetWorldPosition(ent, targetCoords.Position);
_xform.AttachToGridOrMap(ent, xform);
_audio.PlayPvs(implant.TeleportSound, ent);
args.Handled = true;