(86280d29b) Merge branch 'dev' of github.com:Regalis11/Barotrauma-development into dev
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ namespace Barotrauma
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (character.CurrentHull == Item.CurrentHull && character.CanInteractWith(Item))
|
||||
if (character.CanInteractWith(Item, out _, checkLinked: false))
|
||||
{
|
||||
if (repairTool != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user