flags/Reactor-3

Item not in inventory

flags opened this issue · 1 comments

In some situations the ALife will complain about not having an item (and crash as a result.) This might be due to incompatible item operations appearing in the action queue at the same time.

  1. ALife creates action to drop item X
  2. ALife creates action to eat item X
  3. Item is dropped
  4. ALife tries to eat non-inventory item

Fixed in commit.