nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Should not receive/display loot on death #124

Closed nskins closed 6 years ago

nskins commented 6 years ago

We have a bug where the monster's loot displays on Player death. The message should not display and the Player should not receive loot on death. I think it should be a simple bug to fix. Depending on the circumstances, I may want a test to ensure the Player does not receive loot. Not sure yet.

Send pull requests to the branch 0.2.0.

nskins commented 6 years ago

Further investigation shows this isn't really a "good first issue." I am going to work on this the next upcoming few days.

nskins commented 6 years ago

Fixed in af366ff9e28d35e3948a0c1c0a1f40d8b529902c.