-
Notifications
You must be signed in to change notification settings - Fork 6
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
'Create Terrain' button does nothing #15
Comments
I tried it again, and nothing appears in any of the folders. |
Does any error or warning appear in the browser console? |
Two of them.
|
I am seeing the same symptoms ('Create Terrain' button does nothing) in Chrome Version 120.0.6099.130 (Official Build) (64-bit) with the following errors in the console when I try: 12TerrainLayer.js:334 Uncaught TypeError: Cannot read properties of undefined (reading '0') |
Create Terrain button does nothing this._source.system.traits is undefined pf2e.mjs:1617 |
Should be fixed in v0.1.0. |
Symptoms remain the same. Console feedback in Chrome is below: |
I think this is because of issue #20. Something changed in PF2e and it will no longer create the item needed to store the terrains. |
Try in Foundry v12. |
The new patch works! =D |
When I open the Terrain Book and click 'Create Terrain', nothing happens. The 'Add New Terrain' button in the Terrain List also doesn't work.
I'm playing on the latest version in a Firefox browser.
The text was updated successfully, but these errors were encountered: