From 57d8ad4b70699467bca8457e62deb08cb3056d44 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 20 Jun 2020 23:52:04 -0400
Subject: [PATCH] fixes

---
 src/events/RECI/futa.js | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/events/RECI/futa.js b/src/events/RECI/futa.js
index 8f093f2e406..38c93bbc24c 100644
--- a/src/events/RECI/futa.js
+++ b/src/events/RECI/futa.js
@@ -36,7 +36,9 @@ App.Events.RECIFuta = class RECIFuta extends App.Events.BaseEvent {
 		App.Events.drawEventArt(node, eventSlave);
 
 		let t = [];
-		t.push(`You're just finishing up ${App.UI.DOM.slaveDescriptionDialog(eventSlave)}'s weekly inspection. The`);
+		t.push(`You're just finishing up`);
+		t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
+		t.push(`'s weekly inspection. The`);
 		if (eventSlave.face >= -10) {
 			t.push(`pretty`);
 		} else {
@@ -134,7 +136,7 @@ App.Events.RECIFuta = class RECIFuta extends App.Events.BaseEvent {
 						t.push(`warmth of your arousal.`);
 					}
 				} else if (V.PC.belly >= 8000) {
-					t.push(`${He} slides $himself beneath your bump with a coo, feeling the`);
+					t.push(`${He} slides ${himself} beneath your bump with a coo, feeling the`);
 					if (V.PC.dick !== 0) {
 						t.push(`hardness of your erection`);
 						if (V.PC.vagina !== -1) {
@@ -159,7 +161,7 @@ App.Events.RECIFuta = class RECIFuta extends App.Events.BaseEvent {
 					t.push(`without both of your bellies getting in the way.`);
 				}
 			} else {
-				t.push(`${He} settles $himself onto your lap with a coo, feeling the`);
+				t.push(`${He} settles ${himself} onto your lap with a coo, feeling the`);
 				if (V.PC.dick !== 0) {
 					t.push(`hardness of your erection`);
 					if (V.PC.vagina !== -1) {
@@ -207,7 +209,7 @@ App.Events.RECIFuta = class RECIFuta extends App.Events.BaseEvent {
 			if (eventSlave.belly >= 300000) {
 				t.push(`${his} stomach, and ${he} leans forward onto ${his} ${belly} belly, giggling with ${his} butt stuck out invitingly.`);
 			} else {
-				t.push(`the couch, and $he`);
+				t.push(`the couch, and ${he}`);
 				if (canWalk(eventSlave)) {
 					t.push(`skips over to it with a giggle,`);
 					if (eventSlave.boobs >= 300) {
@@ -220,7 +222,7 @@ App.Events.RECIFuta = class RECIFuta extends App.Events.BaseEvent {
 				}
 				t.push(`${He} hops up onto the cushions, kneeling with ${his} butt stuck out invitingly and ${his} torso bent over its back.`);
 			}
-			t.push(`$He reaches around to pull one`);
+			t.push(`${He} reaches around to pull one`);
 			if (eventSlave.butt > 12) {
 				t.push(`massive`);
 			} else if (eventSlave.butt > 8) {
-- 
GitLab