From 9c8a8c0116cc5283520ecfa06e760f0336b7f3e4 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 19 Jun 2020 18:22:39 -0400
Subject: [PATCH] Even more butthole fixes

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

diff --git a/src/events/RECI/butthole.js b/src/events/RECI/butthole.js
index d9130e3bce8..33017e5365f 100644
--- a/src/events/RECI/butthole.js
+++ b/src/events/RECI/butthole.js
@@ -696,7 +696,7 @@ App.Events.RECIButthole = class RECIButthole extends App.Events.BaseEvent {
 			t = [];
 			t.push(`You tell ${him} that since ${he} appreciates how ${his} ass has changed, ${he} won't be surprised if you treat it like the fuckhole it is. Something in your tone makes ${him} cautious, but ${he}'s a good ${girl} and ${say}s`);
 			t.push(Spoken(eventSlave, `"Yes, ${Master},"`));
-			t.push(`automatically. You pass ${assistant.name} wardrobe orders for the poor`);
+			t.push(`automatically. You pass ${V.assistant.name} wardrobe orders for the poor`);
 			if (eventSlave.physicalAge > 30) {
 				t.push(`${woman},`);
 			} else if (eventSlave.physicalAge > 17) {
-- 
GitLab