mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update rol.html
Fixed a bug where the half value for magic skill was not being updated
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
<!-- character sheet header -->
|
||||
<div class="sheet-header-bar">
|
||||
<span class="sheet-game-name">Rivers of London</span> <span class="sheet-version">version 0.2</span>
|
||||
<span class="sheet-game-name">Rivers of London</span> <span class="sheet-version">version 0.3</span>
|
||||
|
||||
<!-- sheet controll buttons -->
|
||||
<div class="sheet-page-control">
|
||||
@@ -1224,6 +1224,7 @@
|
||||
"character_expert8",
|
||||
"character_expert9",
|
||||
"character_luck_current",
|
||||
"character_magic",
|
||||
]
|
||||
|
||||
function updateHalfAttr(attr) {
|
||||
|
||||
Reference in New Issue
Block a user