diff --git a/src/002-config/mousetrapConfig.js b/src/002-config/mousetrapConfig.js
index f2a106d1eec639ec75d1ad19dff717ee1113339d..a7dae198f0f92bdaf48380d004c1ea00d57d0647 100644
--- a/src/002-config/mousetrapConfig.js
+++ b/src/002-config/mousetrapConfig.js
@@ -352,3 +352,13 @@ App.UI.Hotkeys.add("HG Select", {
 		$("#manageHG a").trigger("click");
 	}, combinations: ["h"]
 });
+App.UI.Hotkeys.add("BG Select", {
+	callback: function() {
+		$("#manageHG a").trigger("click");
+	}, combinations: ["b"]
+});
+App.UI.Hotkeys.add("Recruiter Select", {
+	callback: function() {
+		$("#manageHG a").trigger("click");
+	}, combinations: ["u"]
+});
diff --git a/src/events/RESS/impregnationPlease.js b/src/events/RESS/impregnationPlease.js
index 25029528aab55b60eb43efb0260b9e2b6580ce23..f584f06f9ed019827c66e763b632f7366db1b204 100644
--- a/src/events/RESS/impregnationPlease.js
+++ b/src/events/RESS/impregnationPlease.js
@@ -528,7 +528,7 @@ App.Events.RESSImpregnationPlease = class RESSImpregnationPlease extends App.Eve
 				r.push(`and chastity removed`);
 			}
 			r.push(r.pop() + `,`);
-			r.push(`and produce a large, soft injector full of fresh cum. At this ${he} giggles and thanks you; ${he} rapturously rubs ${his} belly belly as you gently push the injector home. For the rest of the week, ${he} appears in your office morning and night, receiving the seed of every slave you're currently having cockmilked. ${He} goes about ${his} other business with a <span class="devotion inc">deeply pleased</span> expression on ${his} face. Whenever ${he} has a spare moment ${he} steals down to the Dairy to hug the slaves there or otherwise show them a little affection.`);
+			r.push(`and produce a large, soft injector full of fresh cum. At this ${he} giggles and thanks you; ${he} rapturously rubs ${his} ${belly} belly as you gently push the injector home. For the rest of the week, ${he} appears in your office morning and night, receiving the seed of every slave you're currently having cockmilked. ${He} goes about ${his} other business with a <span class="devotion inc">deeply pleased</span> expression on ${his} face. Whenever ${he} has a spare moment ${he} steals down to the Dairy to hug the slaves there or otherwise show them a little affection.`);
 			eventSlave.devotion += 10;
 			const cumSlaves = V.slaves.filter(function(s) { return (s.assignment === Job.MILKED || s.assignment === Job.DAIRY) && s.balls > 0 && s.ballType === "human"; });
 			if (cumSlaves.length > 0) {