From b30258b2221f095c707a79ebe90c3a934bfee659 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 5 Jul 2021 17:56:09 -0400
Subject: [PATCH] add some masturbation

---
 src/events/RE/REBusyDairy.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/events/RE/REBusyDairy.js b/src/events/RE/REBusyDairy.js
index ec26ed51445..b8a564dd8e7 100644
--- a/src/events/RE/REBusyDairy.js
+++ b/src/events/RE/REBusyDairy.js
@@ -32,6 +32,13 @@ App.Events.REBusyDairy = class REBusyDairy extends App.Events.BaseEvent {
 				SimpleSexAct.Slaves(slave, dairySlaves.filter(s => s.ID !== slave.ID).shuffle());
 				if (slave.actualAge < 24) {
 					SimpleSexAct.Player(slave);
+				} else {
+					if (canDoVaginal(slave)) {
+						actX(slave, "vaginal", 1);
+					}
+					if (slave.dick > 0 && slave.chastityPenis === 0) {
+						actX(slave, "penetrative", 1);
+					}
 				}
 				if (slave.boobs > 300) {
 					actX(slave, "mammary", 2);
-- 
GitLab