Make ghost warp use AttachToGridOrMap() (#11069)
This commit is contained in:
@@ -7,5 +7,11 @@ namespace Content.Server.Warps
|
||||
public sealed class WarpPointComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("location")] public string? Location { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// If true, ghosts warping to this entity will begin following it.
|
||||
/// </summary>
|
||||
[DataField("follow")]
|
||||
public readonly bool Follow = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user