(3241b8fe7) Adjust the priorities. The orders should now always have higher priority than other objectives (except find safety and combat).

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:09:33 +03:00
parent 7c901d8d77
commit 171c42f077
17 changed files with 133 additions and 18 deletions
@@ -162,6 +162,21 @@ namespace Barotrauma
get { return binding; }
}
public void SetState()
{
hit = binding.IsHit();
if (hit) hitQueue = true;
held = binding.IsDown();
if (held) heldQueue = true;
}
#endif
public KeyOrMouse State
{
get { return binding; }
}
public void SetState()
{
hit = binding.IsHit();