Made characterusable default to false (as it did before 91d6c7b)

This commit is contained in:
Joonas Rikkonen
2018-04-24 20:58:42 +03:00
parent 8cf26e2d7f
commit 88eabef8af
@@ -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; }