From 5f65d0cf2aed9ff4145e5c07ecd98759c19046db Mon Sep 17 00:00:00 2001 From: Natha Date: Tue, 4 Dec 2018 21:51:18 +0100 Subject: [PATCH] Pathfinder by Roll20 settings fix Pathfinder by Roll20 settings fix --- Pathfinder Official/sheet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pathfinder Official/sheet.json b/Pathfinder Official/sheet.json index a49b9db8b4..9048525396 100644 --- a/Pathfinder Official/sheet.json +++ b/Pathfinder Official/sheet.json @@ -90,7 +90,7 @@ "attribute": "rollmod_attack", "displayname": "Query modifier for Attack & CMB Rolls", "type": "checkbox", - "value": "?{@{ask_modifier}|0}", + "value": "?{@{ask_atk_modifier}|0}", "default": "0" ,"description":"If checked, this option will be applied to all new PCs and NPCs. This can be changed later on the individual character sheets." }, @@ -98,7 +98,7 @@ "attribute": "rollmod_damage", "displayname": "Query modifier for Damage Rolls", "type": "checkbox", - "value": "?{@{ask_modifier}|0}", + "value": "?{@{ask_dmg_modifier}|0}", "default": "0" ,"description":"If checked, this option will be applied to all new PCs and NPCs. This can be changed later on the individual character sheets." },