diff --git a/src/events/scheduled/seRaiding.js b/src/events/scheduled/seRaiding.js index 51cebc0c73c295830049f2963c83e6268214321f..1a59eb901d5dd22fc4d0a4e7be525eb8fe764c35 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"); }