hitcherland / FoundryVTT-Heart

Basic FoundryVTT System for Heart - The City Beneath
Creative Commons Zero v1.0 Universal
8 stars 14 forks source link

Tags don't display properly #19

Closed JGelfand closed 2 years ago

JGelfand commented 2 years ago

If you drag and drop tags onto e.g. equipment they don't display correctly. Instead of e.g. Brutal it will display tag.tag.brutal.name.name. The fix is pretty straightforward, in places where you're calling {{localizeHeart "tag" tag.name "name"}}, call {{localizeHeart tag.name}} instead.

I'll attach a modified version of heart.js that seems to work (edited and plopped it into Data/systems/heart) heart.txt (had to rename b/c git doesn't want me attaching js)

hitcherland commented 2 years ago

As I mentioned in the pull request, I have a fix for this that I'll be submitting soon, once I either finish ancestries or disentangle the changes from it.

hitcherland commented 2 years ago

That should fix it! v0.4.1 is out