You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -669,7 +668,7 @@ function LayerVisibilityOptions(showMenu, useSelect) {
669
668
if(typePF||minVer)return;//don't do this function in the Printer-Friendly version
670
669
671
670
varisReset=false;
672
-
if(CurrentVars.vislayers==undefined){
671
+
if(CurrentVars.vislayers===undefined){
673
672
isReset=!showMenu;
674
673
CurrentVars.vislayers=["rules","equipment"];
675
674
}
@@ -706,7 +705,6 @@ function LayerVisibilityOptions(showMenu, useSelect) {
706
705
varthermoTxt=thermoM("Show the 3rd page "+selection[0]+" and "+selection[1]+" sections...");
707
706
calcStop();
708
707
709
-
Value("Extra.Layers Remember",selection);
710
708
varLNotesFlds=[
711
709
"Text.Header.Notes.Left",
712
710
"Extra.Notes",
@@ -9326,7 +9324,7 @@ function HideInvLocationColumn(type, currentstate) {
9326
9324
RowName.rect=gRect;// Update the value of b.rect
9327
9325
RowName.value=RowName.value;//re-input the value as to counteract the changing of font
9328
9326
}
9329
-
if(typePF||(type==="Extra.Gear "&&What("Extra.Layers Remember").split(",")[1]==="equipment")||type==="Adventuring Gear "){//only show things on the third page, if the extra equipment section is visible
9327
+
if(typePF||(type==="Extra.Gear "&&CurrentVars.vislayers[1]==="equipment")||type==="Adventuring Gear "){//only show things on the third page, if the extra equipment section is visible
// a way to eval the content of a modifier field; prefix === true if it is the character (true) or a string if it is for a companion page (the prefix of the companion page); if isSpecial === "test" it will output undefined if an error occurs; if isSpecial is a number it will look for that entry on the Wild Shape page with the corresponding prefix variable as a prefix;
Copy file name to clipboardExpand all lines: _functions/FunctionsSpells.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -999,7 +999,7 @@ function CreateSpellList(inputObject, toDisplay, extraArray, returnOrdered, objN
999
999
try{
1000
1000
evalThing(inputObject,objName,objType);
1001
1001
}catch(error){
1002
-
vareText="The custom calcChange.spellList function '"+evalName+"' produced an error! It will be removed from the sheet for now, but please contact the author of the feature to have this issue corrected:\n "+error;
1002
+
vareText="The custom calcChanges.spellList function '"+evalName+"' produced an error! It will be removed from the sheet for now, but please contact the author of the feature to have this issue corrected:\n "+error;
"If I include the word 'Rage' in a melee weapon's name, the calculation will add my Rage's bonus damage to it."
128
+
"If I include the word 'Rage' in a melee weapon's name that uses Strength, the calculation will add my Rage's bonus damage to it. Be aware that if the weapon is used to make a ranged attack, the rage bonus damage shouldn't be added (e.g. when using a thrown weapon)."
129
129
]
130
130
}
131
131
},
@@ -541,7 +541,7 @@ var Base_ClassList = {
541
541
name : "Druidic",
542
542
source : [["SRD",19],["P",66]],
543
543
minlevel : 1,
544
-
description : desc("I know Druidic; Hidden messages with it can only be understood by who know Druidic"),
544
+
description : desc("I know Druidic; Hidden messages with it are only understood by those who know Druidic"),
0 commit comments