Item not in inventory
flags opened this issue · 1 comments
flags commented
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.
- ALife creates action to drop item X
- ALife creates action to eat item X
- Item is dropped
- ALife tries to eat non-inventory item
flags commented
Fixed in commit.