(deee8cd6d) Merge branch 'dev' into human-ai
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ namespace Barotrauma
|
||||
{
|
||||
FindRepairTool();
|
||||
}
|
||||
if (character.CanInteractWith(Item))
|
||||
if (character.CurrentHull == Item.CurrentHull && character.CanInteractWith(Item))
|
||||
{
|
||||
if (repairTool != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user