File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Downloads
2+ _ Manifest URL_ : https://asacolips-artifacts.s3.amazonaws.com/pbta/1.0.14/system.json
3+
4+ ## Compatible Foundry Versions
5+ ![ Foundry v12] ( https://img.shields.io/badge/Foundry-v12-green ) ![ Foundry v12] ( https://img.shields.io/badge/Foundry-v12-orange )
6+
7+ ## Fixes
8+ - Fixed not being able to open the Playbook's sheet from the Actor Sheet by clicking the eye.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default class PlaybookSheet extends PbtaItemSheet {
3434 } ) ;
3535 context . choicesByAdvancement = choicesByAdvancement ;
3636 for ( let [ k , v ] of Object . entries ( context . system . attributes ) ) {
37- if ( [ "Details" , "LongText" ] . includes ( v . type ) ) {
37+ if ( [ "Details" , "LongText" ] . includes ( v . type ) && context . system . attributes [ k ] . choices ) {
3838 for ( const choice of context . system . attributes [ k ] . choices ) {
3939 choice . enriched = await TextEditor . enrichHTML ( choice . value ?? "" , context . enrichmentOptions ) ;
4040 }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pbta
22id : pbta
33title : Powered by the Apocalypse
44description : Run games for any PbtA system in Foundry VTT!
5- version : " 1.0.13 "
5+ version : " 1.0.14 "
66compatibility :
77 minimum : " 12"
88 verified : " 12"
You can’t perform that action at this time.
0 commit comments