Additional Levels added. Mostly just base artwork so far.
This commit is contained in:
@@ -47,10 +47,7 @@ namespace BriarQueen.Game.Items.Environment.General
|
||||
|
||||
private bool CanUseKnife()
|
||||
{
|
||||
if (SettingsService.Game.AutoUseTools)
|
||||
return PlayerManager.HasAccessToTool(ToolID.Knife);
|
||||
|
||||
return PlayerManager.GetEquippedTool() == ToolID.Knife;
|
||||
return PlayerManager.CanUseTool(ToolID.Knife);
|
||||
}
|
||||
|
||||
private void PublishFailureMessage()
|
||||
|
||||
Reference in New Issue
Block a user