From 1e63b083d46cd884143d7390e77ca6ef98857269 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 8 Jun 2020 18:44:37 -0700 Subject: [PATCH] Make the Elite Slave Auction comply with SMRs, and charge at least the SMR minimum price. --- src/pregmod/eliteSlave.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/eliteSlave.tw b/src/pregmod/eliteSlave.tw index 6425a21ac00..17bb7cba409 100644 --- a/src/pregmod/eliteSlave.tw +++ b/src/pregmod/eliteSlave.tw @@ -239,7 +239,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc <<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.breedingMark = 1>> -<<set _slaveCost = slaveCost($activeSlave)>> +<<set _slaveCost = slaveCost($activeSlave, false, true)>> <br><br> @@ -254,6 +254,6 @@ It will take <<print cashFormat(_slaveCost)>> to win the auction. <br><br> -<<set $saleDescription = 1>><<include "Long Slave Description">> +<<set $saleDescription = 1, $applyLaw = 1>><<include "Long Slave Description">> <</if>> -- GitLab