v0.14.6.0
This commit is contained in:
@@ -132,7 +132,12 @@ namespace Barotrauma.Items.Components
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
public override bool SecondaryUse(float deltaTime, Character character = null)
|
||||
{
|
||||
return characterUsable || character == null;
|
||||
}
|
||||
|
||||
public override void Drop(Character dropper)
|
||||
{
|
||||
base.Drop(dropper);
|
||||
|
||||
Reference in New Issue
Block a user