From e5fb8b76b2849ea26fe6f525c5eb5c35eb5482d5 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 11 Jun 2020 15:58:15 -0400 Subject: [PATCH] fix --- src/uncategorized/universalRules.tw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw index da4bdea27a4..f79e2380981 100644 --- a/src/uncategorized/universalRules.tw +++ b/src/uncategorized/universalRules.tw @@ -533,7 +533,8 @@ 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>> - <<setLocalPronouns getSlaveStateById($StudID)>> + <<set _Stud = getSlaveStateByID($StudID)>> + <<setLocalPronouns _Stud>> Fertile slaves will be ''systematically impregnated by your Stud,'' if $he is able to do so. <</if>> [[Cancel insemination regime|Universal Rules][($universalRulesImpregnation = "none"),($universalHGImpregnateMasterSuiteToggle = 0)]] -- GitLab