From c407b88275893dd605bff7cceb18f8533aa37c72 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 9 Nov 2020 02:19:33 -0500 Subject: [PATCH] noo --- src/events/scheduled/murderAttempt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/scheduled/murderAttempt.js b/src/events/scheduled/murderAttempt.js index 79a3784ccb7..dd5b1942906 100644 --- a/src/events/scheduled/murderAttempt.js +++ b/src/events/scheduled/murderAttempt.js @@ -234,7 +234,7 @@ App.Events.murderAttempt = function() { if (deadliness(S.Bodyguard) > 1) { paragraphStart.push(`just a little quicker, ${S.Bodyguard.slaveName} draws ${hisBG} own, shooting ${him} in the shoulder. Screaming in pain, ${he} drops ${his} weapon and ${S.Bodyguard.slaveName} swiftly moves to secure ${him}.`); } else { - paragraphStart.push(`to your surprise and later annoyance, find ${S.Bodyguard.slaveName} has used ${hisBG} impressive strength to flip your desk at ${him}. Crushed beneath the heavy piece of furniture and writhing in pain, ${he} is in noo position to take any further actions against you.`); + paragraphStart.push(`to your surprise and later annoyance, find ${S.Bodyguard.slaveName} has used ${hisBG} impressive strength to flip your desk at ${him}. Crushed beneath the heavy piece of furniture and writhing in pain, ${he} is in no position to take any further actions against you.`); } App.Events.addParagraph(fragment, paragraphStart); let r = []; -- GitLab