From 87daafb92d0712d22190bba9c389665902485037 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Sun, 24 Mar 2019 16:35:13 +0100
Subject: [PATCH] alave to slave

---
 src/js/walkPastJS.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index caa5af78fd1..6fb80521104 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -1,5 +1,4 @@
 /* eslint-disable no-unused-vars */
-/* eslint-disable no-undef */
 /* temporary container until the entire thing is complete. No point in not deploying the working functions, you know? */
 
 window.primeSlave = function(activeSlave, seed) {
@@ -2657,7 +2656,7 @@ window.anusWatch = function(slave) {
 				t += `${His} habit chafes ${his} rear end so cruelly that it would probably be a relief to ${him} to have it pulled up for a rough buttfuck.`;
 				break;
 			case "attractive lingerie":
-				if (alave.anus > 1 && slave.amp === 1) {
+				if (slave.anus > 1 && slave.amp === 1) {
 					t += `${His} pretty g-string frequently fails to cover ${his} big butthole.`;
 					break;
 				} else if (slave.anus > 1) {
@@ -2716,7 +2715,7 @@ window.anusWatch = function(slave) {
 			case "a tube top and thong":
 			case "a thong":
 			case "a t-shirt and thong":
-				if (alave.anus > 1 && slave.amp === 1) {
+				if (slave.anus > 1 && slave.amp === 1) {
 					t += `${His} thong frequently fails to cover ${his} big butthole.`;
 					break;
 				} else if (slave.anus > 1) {
-- 
GitLab