Skip to content

Commit

Permalink
Merge pull request #13428 from clevett/pendragon-v3.3
Browse files Browse the repository at this point in the history
Pendragon 6th Edition v3.3 - Better support pre-gens
  • Loading branch information
NorWhal authored Oct 17, 2024
2 parents 05d8cf9 + d7a1297 commit b05b0e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pendragon6thEdition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pendragon6thedition",
"version": "3.3",
"version": "3.3.0",
"description": "You need to run npm start to get the compilers going.",
"dependencies": {
"20": "^3.1.9",
Expand Down
2 changes: 1 addition & 1 deletion Pendragon6thEdition/pendragon.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Pendragon6thEdition/src/pendragon.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ include pug/mixins/inputs.pug
=============================
include pug/abstracts/variables.pug

.dropzone.compendium-drop-target.creatures(data-licensedsheet='attr_licensedsheet')
//- Dropzone categories for the characters sheets must be added here
.dropzone.compendium-drop-target.creatures.pregens(data-licensedsheet='attr_licensedsheet')
//- Drag and drop target for compendium
each val in ['Name', 'data', 'Content', "Category"]
input(name=`attr_drop_${val.toLowerCase()}` type='hidden' value='' accept=val)
Expand Down

0 comments on commit b05b0e1

Please sign in to comment.