From 8aeb5146a38ed9488b267abe91e6fd8372bee8aa Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 8 Mar 2021 18:36:38 -0500 Subject: [PATCH] always print origin after making selection --- src/events/scheduled/seRaiding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/scheduled/seRaiding.js b/src/events/scheduled/seRaiding.js index 4940a762151..68dc5c08456 100644 --- a/src/events/scheduled/seRaiding.js +++ b/src/events/scheduled/seRaiding.js @@ -791,7 +791,7 @@ App.Events.SERaiding = function() { function raidingAssault(slave, origin, targetEscape) { const el = new DocumentFragment(); const r = []; - r.push(`You make your selection and direct your ${V.mercenariesTitle} to attack the target.`); + r.push(`You make your selection and direct your ${V.mercenariesTitle} to acquire the ${origin}.`); const { He, he, his, him, himself, wife, woman -- GitLab