-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 Ability score of 0 doesn't display #449
🐞 Ability score of 0 doesn't display #449
Comments
I'm seeing the same behavior for hitpoints. It appears that the font used doesn't include the number zero. |
Hm, this is a very odd bug. I'll see if I can get my hands on a Mac to reproduce this, it doesn't appear on Windows or iPhone/iPad. At a guess the unicode-range isn't working as expected? It should only be loading certain characters from the font. |
Just to let you know that this is appearing everywhere in the fantasy statblock. Ability scores, range increments, movement. Everything. Zeros just don't display. |
Ah, thanks! Sorry, I lost track of looking into this, but I've just managed to get access to a Mac, I'll have it in hand Saturday. I'll take a look then! Hopefully should have a fix up as well. |
Looks like for HP in the initiative tracker, |
Just to check before I poke into this (getting myself onto a mac has proved difficult but there's still hope), which version of the Pathfinder sourcing/templating are you using: the pre-remaster or remaster? Want to remove as many variables as possible |
I assume you're talking about Style Settings, where I can choose between those two options? I'm happy to do a remote debug session over discord. |
Sure, if you're up for that I'd be glad to! Would simplify some things. |
@coop4711 on discord |
I FOUND IT! It's the plugin "Pathfinder 2E Action Icons" |
So, without the plugin enabled, the lines in question are triggering the CSS rule: with the plugin enabled, the lines in question are triggering the CSS rule: |
Will be fixed by thiagocoutinhor/pf2-action-icons#7 |
Check for existing bug reports before submitting.
Expected Behavior
Ability mods should always be displayed, even when zero
Current behaviour
an abilityMods of
shows that the zeros are not rendered.
Reproduction
Use the yet unreleased version of fantasy statblocks post 4.6.0
specify an abilityMod that includes zeros.
Which Operating Systems are you using?
Obsidian Version Check
1.6.7 and 1.6.5
Plugin Version
unreleased
Confirmation
Possible solution
revert commit 4de2457
I've tested, and it looks like this fixes the issue. Not sure what causes it. But the commit message looks pertinent to the issue and I reverted it to test. That solved the issue.
The text was updated successfully, but these errors were encountered: