twiceineverymoment / newera-sol366-foundry

Other
0 stars 0 forks source link

Clean up the Item class #69

Open twiceineverymoment opened 1 month ago

twiceineverymoment commented 1 month ago

Item.mjs contains several unused blocks of code and the majority of its functions make direct assignment changes to the object's data instead of using the .update() method provided.

Move item actions to a separate file and refactor these functions to update the data model properly.