From 86cb22ac61fe08d49e7bec712a54d4048a689c19 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 11 Jun 2020 16:07:55 -0400
Subject: [PATCH] fix

---
 src/uncategorized/universalRules.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw
index f79e2380981..d042ff53523 100644
--- a/src/uncategorized/universalRules.tw
+++ b/src/uncategorized/universalRules.tw
@@ -533,7 +533,7 @@ Slave nicknames are
 	<<if !$StudID>>
 		Fertile slaves will be ''systematically impregnated by a Stud,'' once you designate a subordinate slave to act as such.
 	<<else>>
-		<<set _Stud = getSlaveStateByID($StudID)>>
+		<<set _Stud = slaveStateById($StudID)>>
 		<<setLocalPronouns _Stud>>
 		Fertile slaves will be ''systematically impregnated by your Stud,'' if $he is able to do so.
 	<</if>>
-- 
GitLab