Skip to content
Snippets Groups Projects
Commit b30258b2 authored by Pregmodder's avatar Pregmodder
Browse files

add some masturbation

parent 7bc414c7
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,13 @@ App.Events.REBusyDairy = class REBusyDairy extends App.Events.BaseEvent { ...@@ -32,6 +32,13 @@ App.Events.REBusyDairy = class REBusyDairy extends App.Events.BaseEvent {
SimpleSexAct.Slaves(slave, dairySlaves.filter(s => s.ID !== slave.ID).shuffle()); SimpleSexAct.Slaves(slave, dairySlaves.filter(s => s.ID !== slave.ID).shuffle());
if (slave.actualAge < 24) { if (slave.actualAge < 24) {
SimpleSexAct.Player(slave); 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) { if (slave.boobs > 300) {
actX(slave, "mammary", 2); actX(slave, "mammary", 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment