(bfd095a0a) Fix a bunch of bugs related to the recent refactoring.
This commit is contained in:
+1
-9
@@ -70,15 +70,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (character.SelectedConstruction != target.Item)
|
||||
{
|
||||
if (character.SelectedConstruction != target.Item)
|
||||
{
|
||||
target.Item.TryInteract(character, false, true);
|
||||
}
|
||||
if (component.AIOperate(deltaTime, character, this))
|
||||
{
|
||||
isCompleted = true;
|
||||
}
|
||||
return;
|
||||
isCompleted = true;
|
||||
}
|
||||
if (component.AIOperate(deltaTime, character, this))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user