Version 4.61. Release candidate.

This commit is contained in:
Villain1nGlasses
2025-04-22 12:49:06 -06:00
parent 1cb23ab4f5
commit ed6d6c0ca4
+6 -3
View File
@@ -637,7 +637,7 @@
<option value="5">NC &#215;32</option>
</select>
</div>
<button type="action" class="button button-system-more" tabindex="-1" name="act_buttonSecondaryMore" title="%{buttonSecondaryMore} " tabindex="-1">More</button>
<button type="action" class="button button-system-more" tabindex="-1" name="act_buttonSecondaryMore" title="%{buttonSecondaryMore}" tabindex="-1">More</button>
</div>
</div>
@@ -16004,7 +16004,7 @@
<div class="item-version-information">
<!-- Update version before release. -->
<input type="text" value="4.60" name="attr_version" title="@{version}" readonly tabindex="-1"/>
<input type="text" value="4.61" name="attr_version" title="@{version}" readonly tabindex="-1"/>
</div>
</div>
@@ -16605,7 +16605,6 @@
<!-- Jackob's Roll Template for damage evaluation -->
<!-- Includes row for computed BODY damage using July, 2021 Roll Parsing feature -->
<!-- Jackob's Roll Template for killing damage -->
<rolltemplate class="sheet-rolltemplate-custom-damage">
@@ -25139,6 +25138,10 @@
version = 4.60;
}
if (version < 4.61) {
version = 4.61;
}
if (version != origVersion) {
console.log(`Updated ${name} from ${origVersion} to ${version}`);
attributes.version = version;