(6f6fc33e7) The bots having the follow order now also equip mask/diving suit if the follow target has one. Unequipping not yet implemented.
This commit is contained in:
@@ -239,7 +239,8 @@ namespace Barotrauma
|
||||
CloseEnough = 150,
|
||||
AllowGoingOutside = true,
|
||||
IgnoreIfTargetDead = true,
|
||||
FollowControlledCharacter = orderGiver == character
|
||||
followControlledCharacter = orderGiver == character,
|
||||
mimic = true
|
||||
};
|
||||
break;
|
||||
case "wait":
|
||||
|
||||
Reference in New Issue
Block a user