From 2b829ca5ee710fe08189047c9fe59a8258a8f683 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Tue, 12 Apr 2022 22:49:06 -0400 Subject: [PATCH] Update Dread Ambusher description and title It needed to mention that it applies to next roll only --- src/common/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/settings.js b/src/common/settings.js index 5a053063..e49ee648 100644 --- a/src/common/settings.js +++ b/src/common/settings.js @@ -578,8 +578,8 @@ const character_settings = { "default": false }, "ranger-dread-ambusher": { - "title": "Ranger: Gloom Stalker: Dread Ambusher", - "description": "Add Dread Ambusher attack 1d8 extra damage", + "title": "Ranger: Gloom Stalker: Dread Ambusher (Apply to next roll only)", + "description": "You skills in ambushing your enemies lend more damage to your initial strike", "type": "bool", "default": false },