(d9829ac) v0.9.4.0

This commit is contained in:
Regalis
2019-10-24 18:05:42 +02:00
parent 9aa12bcac2
commit b39922a074
319 changed files with 12516 additions and 6815 deletions
@@ -22,7 +22,7 @@ namespace Barotrauma.Items.Components
{ "signal_in5", "signal_out5" }
};
[Editable, Serialize(1000.0f, true)]
[Editable, Serialize(1000.0f, true, description: "The maximum amount of power that can pass through the item.")]
public float MaxPower
{
get { return maxPower; }
@@ -32,7 +32,7 @@ namespace Barotrauma.Items.Components
}
}
[Editable, Serialize(false, true)]
[Editable, Serialize(false, true, description: "Can the relay currently pass power and signals through it.")]
public bool IsOn
{
get