From 34a9f4f41fc5b3d2b225cf75d8fb65624146135a Mon Sep 17 00:00:00 2001 From: Burnus Date: Sat, 30 Jan 2021 18:11:35 +0100 Subject: [PATCH] Update roll-default-ini.macro fix: Adjusted for the fact that @{initiative} now includes a + or - sign, so we shouldn't provide one ourselves. --- Pathfinder2e/roll-default-ini.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pathfinder2e/roll-default-ini.macro b/Pathfinder2e/roll-default-ini.macro index 5dad077..f41e558 100644 --- a/Pathfinder2e/roll-default-ini.macro +++ b/Pathfinder2e/roll-default-ini.macro @@ -1 +1 @@ -/w gm rolled [[1d20 + @{selected|initiative}&{tracker}]] for @{selected|token_name}'s initiative! +/w gm rolled [[1d20 @{selected|initiative}&{tracker}]] for @{selected|token_name}'s initiative!