(00d1e066a) Take also the previous node into account when determining if the bot is using stairs or not. Should fix bots occasionally dropping the diving suit in stairs.
This commit is contained in:
@@ -625,6 +625,10 @@ namespace Barotrauma
|
||||
{
|
||||
isCompleted = true;
|
||||
}
|
||||
if (component.AIOperate(deltaTime, character, this))
|
||||
{
|
||||
isCompleted = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user