flags / Reactor-3

Post-apocalyptic action roguelike with a focus on inventory management and gun-based combat.
MIT License
71 stars 11 forks source link

Item not in inventory #115

Closed flags closed 11 years ago

flags commented 11 years ago

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

flags commented 11 years ago

Fixed in commit.