Content update for ECS physics (#13291)
This commit is contained in:
@@ -679,8 +679,8 @@ public sealed partial class AdminVerbSystem
|
||||
IconTexture = "/Textures/Interface/AdminActions/halt.png",
|
||||
Act = () =>
|
||||
{
|
||||
physics.LinearVelocity = Vector2.Zero;
|
||||
physics.AngularVelocity = 0.0f;
|
||||
_physics.SetLinearVelocity(args.Target, Vector2.Zero, body: physics);
|
||||
_physics.SetAngularVelocity(args.Target, 0f, body: physics);
|
||||
},
|
||||
Impact = LogImpact.Medium,
|
||||
Message = Loc.GetString("admin-trick-halt-movement-description"),
|
||||
|
||||
Reference in New Issue
Block a user