zorfmorf / hedge

0 stars 0 forks source link

Replace item type with flags #89

Closed zorfmorf closed 9 years ago

zorfmorf commented 9 years ago

Currently items have a singular type. This is not enough. Instead we need to replace it with a flag system where any item has a set of flags. For example:

Potatoes are produce,seed at the same time

Potential flags: produce,seed,tool,sellable,consumable

zorfmorf commented 9 years ago

Done