Fixed explosives being directly usable by characters, causing them to explode when left clicking while holding them due to 9dd9425c. See #385
This commit is contained in:
@@ -37,14 +37,7 @@ namespace Barotrauma.Items.Components
|
||||
get { return launchImpulse; }
|
||||
set { launchImpulse = value; }
|
||||
}
|
||||
|
||||
[Serialize(false, false)]
|
||||
public bool CharacterUsable
|
||||
{
|
||||
get { return characterUsable; }
|
||||
set { characterUsable = value; }
|
||||
}
|
||||
|
||||
|
||||
[Serialize(false, false)]
|
||||
//backwards compatibility, can stick to anything
|
||||
public bool DoesStick
|
||||
|
||||
Reference in New Issue
Block a user