From 931059f08eccec91b684f4d07b18a7ae27765eae Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Wed, 26 May 2021 20:51:26 +1200 Subject: [PATCH] Fix-hotkeyAndSanityCheck --- src/002-config/mousetrapConfig.js | 10 ++++++++++ src/events/RESS/impregnationPlease.js | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/002-config/mousetrapConfig.js b/src/002-config/mousetrapConfig.js index f2a106d1eec..a7dae198f0f 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 25029528aab..f584f06f9ed 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) { -- GitLab