swampymud
swampymud copied to clipboard
Add Class checking to items
Players should be restricted from using certain items based on their class. For instance, a warrior should not be able to equip a mage's staff, or use a magic scroll. As such, we should add a whitelist and blacklist field to each item. Please refer to the system used for exits as an example.
https://github.com/ufosc/MuddySwamp/issues/32 We have a class that now makes this easier.