Made characterusable default to false (as it did before 91d6c7b)
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Barotrauma.Items.Components
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Can the "Use" action be triggered by characters or just other items/statuseffects
|
//Can the "Use" action be triggered by characters or just other items/statuseffects
|
||||||
[Serialize(true, false)]
|
[Serialize(false, false)]
|
||||||
public bool CharacterUsable
|
public bool CharacterUsable
|
||||||
{
|
{
|
||||||
get { return characterUsable; }
|
get { return characterUsable; }
|
||||||
|
|||||||
Reference in New Issue
Block a user