Skip to content

Commit

Permalink
Merge pull request Roll20#12484 from Ponytwister/Prowlers-and-Paragon…
Browse files Browse the repository at this point in the history
…s-Ultimate-Edition

[Prowlers and Paragons] Fixed userid and a single check box
  • Loading branch information
BronsonHall authored Jan 18, 2024
2 parents 1acd3ad + 6f1e93c commit 153db8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Prowlers_and_Paragons_Ultimate_Edition/prowlersnparagons.html
Original file line number Diff line number Diff line change
Expand Up @@ -3398,6 +3398,7 @@ <h3 style='text-align: center; font-family: "Contrail One"; font-size: 125%;'>VE

case 'animalempathy':
output[id + '_traitrank'] = 0;
procontotal += Number(values[id + '_animalempathy_pro_speach'])
rankspurchased = 1;
break;

Expand Down Expand Up @@ -3742,7 +3743,9 @@ <h3 style='text-align: center; font-family: "Contrail One"; font-size: 125%;'>VE
output[id + '_traitrank'] = 0;
rankspurchased = 1;
break;

case 'variant':
rankspurchased = 1;
break;
case 'astralprojection':
case 'attuned':
case 'blending':
Expand All @@ -3765,7 +3768,6 @@ <h3 style='text-align: center; font-family: "Contrail One"; font-size: 125%;'>VE
case 'specialty':
case 'twodimensional':
case 'vanish':
case 'variant':
case 'ventriloquism':
case 'weaknessdetection':
output[id + '_traitrank'] = 0;
Expand Down
2 changes: 1 addition & 1 deletion Prowlers_and_Paragons_Ultimate_Edition/sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"html": "prowlersnparagons.html",
"css": "prowlersnparagons.css",
"authors": "Eric Johnston",
"roll20userid": "1734481225887",
"roll20userid": "1225887",
"preview": "Prowlers & Paragons Ultimate Edition Character Sheet.png",
"instructions": "",
"legacy": true
Expand Down

0 comments on commit 153db8c

Please sign in to comment.