Draphtx / foundry-vtt-loadouts-5e

D&D 5e system extensions for the Foundry VTT Loadouts module
0 stars 0 forks source link

PRIORITY: processUpdatedItem #5

Open Draphtx opened 7 months ago

Draphtx commented 7 months ago

There's nothing to currently handle items getting updated in the sheet because, duh, that's a system-dependent thing.

Draphtx commented 7 months ago

...but actually though, my CPR idea was correct - there should be a processUpdatedItems stub function in the default loadoutsItem class, which does at least a simple check to ensure that the item is eligible. Then the submodules figure out what else to do.