diff --git a/Shadowrun Sixth World/CHANGELOG.md b/Shadowrun Sixth World/CHANGELOG.md index e50182d71a..398807c526 100644 --- a/Shadowrun Sixth World/CHANGELOG.md +++ b/Shadowrun Sixth World/CHANGELOG.md @@ -1,5 +1,7 @@ Change Log ============================================== +**2023-03-27 ** v.77 Chuz (James Culp) + Bugfix - Final(?) fix to Spirit and Vehicle dicepool bug. Spirit ranged/melee dicepools are set when the spirit is created (when force/type are changed and reset toggle is on). Vehicle pools are set when the sheet owner sets them. They will only change now if/when they are in grunt groups and the number of grunts change or the sheet owner changes the dicepool directly. **2023-03-20 ** v.77 Chuz (James Culp) Bugfix - (?) Trying to fix some dicepool bugs on NPC and Vehicle sheets tied to grunt groups. Bugfix - Vehicle physical and matrix condition monitors weren't updating right on drag and drop diff --git a/Shadowrun Sixth World/Shadowrun6thEdition.css b/Shadowrun Sixth World/Shadowrun6thEdition.css index 546d4d12fa..5a5c18a030 100644 --- a/Shadowrun Sixth World/Shadowrun6thEdition.css +++ b/Shadowrun Sixth World/Shadowrun6thEdition.css @@ -4353,6 +4353,13 @@ input[name="attr_stats_toggle"][value="settings"] ~ .border-box .body .toggle-di display: none; } +input[name='attr_sheet_type'][value='spirit'] ~ .npc .body div.spirit.weapon-range .atk-dp-mod, +input[name='attr_sheet_type'][value='vehicle'] ~ .npc .body div.vehicle.weapon-range .atk-dp-mod, +input[name='attr_sheet_type'][value='spirit'] ~ .npc .body div.spirit.weapon-melee .atk-dp-mod, +input[name='attr_sheet_type'][value='vehicle'] ~ .npc .body div.vehicle.weapon-melee .atk-dp-mod { + display: none; +} + .npc .body div.weapon-range, .npc .body div.weapon-melee { width: 100% !important; } diff --git a/Shadowrun Sixth World/Shadowrun6thEdition.html b/Shadowrun Sixth World/Shadowrun6thEdition.html index 7e0e62de32..d45b8c35ad 100644 --- a/Shadowrun Sixth World/Shadowrun6thEdition.html +++ b/Shadowrun Sixth World/Shadowrun6thEdition.html @@ -3474,6 +3474,10 @@