From c136bb6c2710396a3f6415eb1b0e2cc10cedfc9a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 29 Jun 2021 18:27:44 -0400
Subject: [PATCH] wrong node again

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

diff --git a/src/events/RE/reRebels.js b/src/events/RE/reRebels.js
index c331f2a3a38..de6a4c848f1 100644
--- a/src/events/RE/reRebels.js
+++ b/src/events/RE/reRebels.js
@@ -91,7 +91,7 @@ App.Events.RERebels  = class RERebels extends App.Events.BaseEvent  {
 				r.push(`the sight of`);
 			}
 			r.push(`a gallows, complete with a pair of nooses. You haul them, one at a time up onto a stool and loop the rope around their necks. They scream and beg the whole time for you to reconsider, before turning on each other to try and avoid their fate. It won't be that easy for them. You hold up a pair of spoons and explain the rules of the game. They'll hold them in their pussies, and whoever loses their grip and drops it first, dies.`);
-			App.Events.addParagraph(node, r);
+			App.Events.addParagraph(frag, r);
 			r = [];
 			if (thingOne.vagina > 3) {
 				r.push(`You start with ${thingOne.slaveName} and no sooner than you turn to ${thingTwo.slaveName} do you hear the telltale clatter of the spoon hitting the floor. With a simple kick, the unfortunately loose ${thingOne.slaveName} is left struggling in the air. ${thingTwo.slaveName}`);
-- 
GitLab