voleresistor / FoggyQuest

A recreation of the original Dragon Quest NES game in C.
1 stars 0 forks source link

Stackable inventory items #4

Open voleresistor opened 3 years ago

voleresistor commented 3 years ago

Make certain items capable of being stacked in an inventory.

voleresistor commented 3 years ago

Added additional InvItem properties to make stacking available in the future. This will need to be finalized once items exist and can be designated as stackable or not.