nskins / goby

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

Implements disposable variable for items and prevent selling or dropping them #84

Closed darkstego closed 7 years ago

darkstego commented 7 years ago

Solves #68.

Implemented disposable variable, and ran checks during selling and dropping to prevent losing possession of non disposable items.

nskins commented 7 years ago

Hi @darkstego, thank you for sending this pull request and for being so patient. Everything works as expected, but I have a few changes I'd like to make. They are pretty nuanced, so I think it'd be easier if I make them instead of asking you to do them. Could you please open a new pull request to the branch 'disposable'? Much appreciated.