MxIllusionment / rpg-manager

A generic manager for RPG characters and their inventories
1 stars 1 forks source link

Add item page needs a way to remove an item #177

Open RobeandHat opened 3 years ago

RobeandHat commented 3 years ago

Currently you can delete items from a character's inventory, but you cannot delete them from the add item list of existing items

MxIllusionment commented 3 years ago

I was considering this but the logistics are a bit complex, as deleting an item would potentially affect other peoples' characters. Maybe we could make it so an item can only be deleted if no character is using it?