From 2c65922a545d74586d0f6001acb18c93cd3784b9 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 25 Jun 2020 23:38:34 -0400
Subject: [PATCH] attempted fix

---
 src/events/RESS/assFitting.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/RESS/assFitting.js b/src/events/RESS/assFitting.js
index c6165a1e355..2cdd89c4849 100644
--- a/src/events/RESS/assFitting.js
+++ b/src/events/RESS/assFitting.js
@@ -37,7 +37,7 @@ App.Events.RESSAssFitting = class RESSAssFitting extends App.Events.BaseEvent {
 
 		let t = [];
 		t.push(`Your slaves get dressed in a large wardrobe area adjacent to the dormitory, rooms, and showers. There are always slaves working, so groups of slaves can be seen putting on their clothing here several times a day. Your naked sex slaves hurrying into the outfits you've selected for them is an undeniably erotic sight. Sometimes it's comical, especially when your transformations of your slaves' bodies produce amusing inconveniences. Today, it's`);
-		t.push(App.UI.slaveDescriptionDialog(eventSlave));
+		t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
 		t.push(`who is having trouble. ${His}`);
 		if (eventSlave.buttImplant / eventSlave.butt >= 0.5) {
 			t.push(`fake`);
-- 
GitLab