diff --git a/src/js/pregJS.js b/src/js/pregJS.js
index e9bf52ec95e24aa00fd031eaecdef8fcc7ded4e6..b04eb21fdbe7bffca18de95ee40bd094ebb1b983 100644
--- a/src/js/pregJS.js
+++ b/src/js/pregJS.js
@@ -478,7 +478,7 @@ globalThis.knockMeUp = function(target, chance, hole, fatherID) {
  * @param {App.Entity.SlaveState | App.Entity.PlayerState} father is the actor doing the impregnating.
  * @returns {string} Returns "${He} has become pregnant." if relevant
  */
-globalThis.knockMeUpActorActor = function(mother, chance, hole, father) {
+globalThis.tryKnockMeUp = function(mother, chance, hole, father) {
 	let r = ``;
 	if (V.seePreg !== 0) {
 		if (canBreed(mother, father)) {