fix MeleeChemicalInjector exploits (#12305)
This commit is contained in:
@@ -14,5 +14,12 @@ namespace Content.Server.Chemistry.Components
|
||||
|
||||
[DataField("transferEfficiency")]
|
||||
private float _transferEfficiency = 1f;
|
||||
|
||||
/// <summary>
|
||||
/// Solution to inject from.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("solution")]
|
||||
public string Solution { get; set; } = "default";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user