diff --git a/src/endWeek/saRivalries.js b/src/endWeek/saRivalries.js index fcf40a354d06cd7fec019080623a9d459a998d30..f2c6a2e3668e4254359d4861ad7ac9c80706e06c 100644 --- a/src/endWeek/saRivalries.js +++ b/src/endWeek/saRivalries.js @@ -223,7 +223,7 @@ App.SlaveAssignment.rivalries = (function() { incRivalry = 1; worsenedRivalry = 1; } - SimpleSlaveSlaveFucking(rival, slave, 5); + SimpleSexAct.Slaves(rival, slave, 5); } else if (slave.fetish === "dom") { r.push(`${slave.slaveName} is horny and dominant, so ${he} forces ${his} rival ${SlaveFullName(rival)} to submit to ${him} whenever ${he} can; this <span class="devotion inc">thoroughly satisfies</span> ${slave.slaveName}, but ${rival.slaveName} is <span class="devotion dec">angered</span> that you let it happen.`); slave.need = 0; @@ -234,7 +234,7 @@ App.SlaveAssignment.rivalries = (function() { incRivalry = 1; worsenedRivalry = 1; } - SimpleSlaveSlaveFucking(rival, slave, 5); + SimpleSexAct.Slaves(rival, slave, 5); } } }