Skip to content
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

Pathfinder 1e is not working anymore. #376

Closed
MiZielek opened this issue Jun 19, 2024 · 1 comment
Closed

Pathfinder 1e is not working anymore. #376

MiZielek opened this issue Jun 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MiZielek
Copy link

What happened?

To explain it simply, even though my players have their languages on their sheets, they can't actually use it. They can't select them on the chat, as well as read anything I type in those languages.

The only language they can choose is common, so I assume the variable names have changed and the module needs to adjust.

Reproduction Steps

Nothing specific, just use the system.

Which game system, and which version, are you using?

pf 1e 10.1

Which Polyglot version are you using?

2.4.14

@MiZielek MiZielek added the bug Something isn't working label Jun 19, 2024
@mkahvi
Copy link

mkahvi commented Jun 19, 2024

IIRC the issue is the module reading languages.custom as a string which is now an array.

The module should instead read languages.customTotal that collects custom languages from all sources the actor has access to. It's an array of strings.

The structure changed with PF1v10, so supporting older versions still needs reading the old string, but you can do that if the .customTotal array doesn't exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants