danreeves / dt-exchange

40 stars 17 forks source link

Fix substitutions for Blessing strengths #12

Closed Coconutcoo closed 1 year ago

Coconutcoo commented 1 year ago

Fixes #11

Not sure how much of this you want to push into utils.tsx or similar - it felt like you'd tried to keep that file for high level utils, so have tried to keep the stuff relevant to the Store in Store.tsx.

Also fixed a bug for the Limbsplitter blessing, it needed {power_level:%s} replacing twice, hence replaceAll instead of just replace.