pythonfoo / fantasy_forge

Fantasy Forge is a framework for creating and playing text adventure games.
6 stars 1 forks source link

Capability for non-droppable items #5

Open dodonator opened 4 weeks ago

dodonator commented 4 weeks ago

Now that we can drop items from the main hand or the inventory, it could prove useful to have a attribute in the Item class, which makes the item undroppable. This could be interesting for something like quest specific items, keys, currency items etc.