diff --git a/system/scripts/journal.js b/system/scripts/journal.js new file mode 100644 index 0000000..c05f99b --- /dev/null +++ b/system/scripts/journal.js @@ -0,0 +1,4 @@ +/** + * Extends the JournalEntity to process special things from L5R. + */ +export class JournalL5r5e extends JournalEntry {}