diff --git a/src/events/RE/rePokerNight.js b/src/events/RE/rePokerNight.js
index eb42228399065218806f6c7871498eaf791f30e4..84a317f757667b083a10c4a4337fd6348c86b534 100644
--- a/src/events/RE/rePokerNight.js
+++ b/src/events/RE/rePokerNight.js
@@ -55,7 +55,7 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent {
 			const choices = [];
 			choices.push(new App.Events.Result(`Play it safe`, safe));
 			choices.push(new App.Events.Result(`Up the ante`, ante));
-			App.Events.addResponses(node, choices);
+			App.Events.addResponses(frag, choices);
 			return frag;
 
 			function safe() {
@@ -116,7 +116,7 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent {
 				const choices = [];
 				choices.push(new App.Events.Result(`A year of servitude`, serve));
 				choices.push(new App.Events.Result(`Dock ${his} wages`, wages));
-				App.Events.addResponses(node, choices);
+				App.Events.addResponses(frag, choices);
 				return frag;
 
 				function serve() {