Gravity "Inherent" property for planet maps (#16695)
This commit is contained in:
@@ -71,6 +71,7 @@ public sealed class PlanetCommand : IConsoleCommand
|
||||
|
||||
var gravity = _entManager.EnsureComponent<GravityComponent>(mapUid);
|
||||
gravity.Enabled = true;
|
||||
gravity.Inherent = true;
|
||||
_entManager.Dirty(gravity, metadata);
|
||||
|
||||
// Day lighting
|
||||
|
||||
Reference in New Issue
Block a user