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

fix

parent 219b0e36
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ App.Events.REBusyServantsQuarters = class REBusyServantsQuarters extends App.Eve
for (const slave of V.slaves) {
if (slave.assignment !== Job.QUARTER) {
slave.devotion += 4;
if (canPenetrate(slave) {
if (canPenetrate(slave)) {
actX(slave, "penetrative", 2);
if (canDoVaginal(slave)) {
actX(slave, "vaginal", 1);
......
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