From 47e6f6bfd223b56b98478af47c5df8f83c867173 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sun, 30 Aug 2020 09:53:10 -0400 Subject: [PATCH] my bad --- src/markets/householdLiquidator.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markets/householdLiquidator.tw b/src/markets/householdLiquidator.tw index c88af71dbc5..502ae6acbc4 100644 --- a/src/markets/householdLiquidator.tw +++ b/src/markets/householdLiquidator.tw @@ -34,7 +34,7 @@ The household liquidator is offering a set of siblings for sale. You are permitt <<elseif random(1,100) > 20>> -<<set $activeSlave = GenerateNewSlave(null, {minAge: ($fertilityAge + $minimumSlaveAge), maxAge: 42, ageOverridesPedoMode: 1, mature: , nationality: , race: , disableDisability: 1})>> +<<set $activeSlave = GenerateNewSlave(null, {minAge: ($fertilityAge + $minimumSlaveAge), maxAge: 42, ageOverridesPedoMode: 1, disableDisability: 1})>> <<set $activeSlave.origin = "You bought $him from the household liquidator.">> <<set $activeSlave.devotion = random(-75,-25)>> <<set $activeSlave.trust = random(-45,-25)>> -- GitLab