From 6ab1ad83978c702dc447602e4f0a8c25c9d470e3 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 9 Mar 2021 15:49:09 -0500 Subject: [PATCH] raiding fix --- 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 51cebc0c73c..1a59eb901d5 100644 --- a/src/events/scheduled/seRaiding.js +++ b/src/events/scheduled/seRaiding.js @@ -73,7 +73,7 @@ App.Events.SERaiding = function() { } if (V.seeDicks !== 0) { if (V.seeDicks === 100) { - originArray = ["male military officer", "male military officer", "male military officer"];/* todo: add more XY targets so this isn't necessary*/ + originArray.push("male military officer", "male military officer", "male military officer");/* todo: add more XY targets so this isn't necessary*/ } else { originArray.push("male military officer"); } -- GitLab