Inflatable wall fix (#8409)
* adds a check for canreach in SpawnAfterInteract * adds a check for the new field
This commit is contained in:
@@ -10,6 +10,10 @@ namespace Content.Server.Engineering.Components
|
||||
[DataField("prototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string? Prototype { get; }
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("ignoreDistance")]
|
||||
public bool IgnoreDistance { get; }
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("doAfter")]
|
||||
public float DoAfterTime = 0;
|
||||
|
||||
Reference in New Issue
Block a user