From 393b730a2a9b485204a589a0834b619abaa6daec Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 9 Sep 2020 19:50:17 -0400
Subject: [PATCH] fixes

---
 src/events/reStaffedMorning.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/reStaffedMorning.js b/src/events/reStaffedMorning.js
index 5f442177e1e..52b318aacfa 100644
--- a/src/events/reStaffedMorning.js
+++ b/src/events/reStaffedMorning.js
@@ -141,7 +141,7 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven
 					 t.push(`They always spare at least one hand for your cunt, despite your thrusting.`);
 				}
 				t.push(`When you climax, they do, too, one after the other. They quickly switch mouth positions and suck you back to full mast so you can enjoy your shower.`);
-				seX(V.PC, "penetrative", bedSlaves[0], "oral");
+				seX(bedSlaves[0], "oral", V.PC, "penetrative");
 				seX(V.PC, "penetrative", bedSlaves[1], "oral");
 			} else {
 				t.push(`You reach down and run a possessive hand across each slave's scalp, neck, and back, eliciting shivers. Then, you gently hook them under the armpits and pull them up a bit, without breaking their lip locks with your nipples, or forcing them to stop playing with your cunt. Each slave ends curled up, mostly face-down, with their mouths still sucking on your ${V.PC.boobs >= 300 ? "boobs" : "chest"} and their free hands trapped between their legs. They get the message and begin to look after themselves, too; their resultant moaning against your nipples grows when you reach down and start teasing their butts. The three of you climax more or less together, and you bounce up with undiminished arousal to enjoy your shower.`);
@@ -377,7 +377,7 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven
 				seX(V.PC, "penetrative", bedSlaves[0], "oral");
 			} else {
 				t.push(`You shove ${bedSlaves[0].slaveName} down towards your pussy and grab`);
-				if (bedSlaves[0].hair > 10) {
+				if (bedSlaves[0].hLength > 10) {
 					t.push(`${his} hair.`);
 				} else if (bedSlaves[0].bald === 1) {
 					t.push(`${his} bald head.`);
-- 
GitLab