From 155ebb7ba650290e4dcd41a3fca43648a13bf62e Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 20 Feb 2023 18:31:54 -0500
Subject: [PATCH] rename

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

diff --git a/src/js/pregJS.js b/src/js/pregJS.js
index e9bf52ec95e..b04eb21fdbe 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)) {
-- 
GitLab