mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Version 4.61. Release candidate.
This commit is contained in:
@@ -637,7 +637,7 @@
|
||||
<option value="5">NC ×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;
|
||||
|
||||
Reference in New Issue
Block a user