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

ALife: Potential blocking error #71

Closed flags closed 11 years ago

flags commented 11 years ago

In the following block of code in alife.listen:

elif event['gist'] == 'stand_still':

This may result in the ALife running away mid-conversation when it should be blocking.