Revert "Fix scram implant's teleportation out of containers" (#25030)
* Revert "Fix scram implant's teleportation out of containers (#24827)"
This reverts commit d4434dbb5e.
* Remove EntityQuery<T> pass-ins
This commit is contained in:
@@ -139,7 +139,6 @@ public sealed class SubdermalImplantSystem : SharedSubdermalImplantSystem
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
_xform.SetWorldPosition(ent, targetCoords.Position);
|
_xform.SetWorldPosition(ent, targetCoords.Position);
|
||||||
_xform.AttachToGridOrMap(ent, xform);
|
|
||||||
_audio.PlayPvs(implant.TeleportSound, ent);
|
_audio.PlayPvs(implant.TeleportSound, ent);
|
||||||
|
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user