diff --git a/src/events/RE/REBusyDairy.js b/src/events/RE/REBusyDairy.js index b8a564dd8e7329d55ecf27fcee65ee1eb314c4ab..69311316df27ac63f711ece16b2c45722af2b719 100644 --- a/src/events/RE/REBusyDairy.js +++ b/src/events/RE/REBusyDairy.js @@ -29,7 +29,7 @@ App.Events.REBusyDairy = class REBusyDairy extends App.Events.BaseEvent { cashX(-1000, "event"); for (const slave of dairySlaves) { slave.devotion += 4; - SimpleSexAct.Slaves(slave, dairySlaves.filter(s => s.ID !== slave.ID).shuffle()); + SimpleSexAct.Slaves(slave, dairySlaves.filter(s => s.ID !== slave.ID).random()); if (slave.actualAge < 24) { SimpleSexAct.Player(slave); } else {