Skip to content
Snippets Groups Projects
Commit b39d4781 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Make the Elite Slave Auction comply with SMRs, and charge at least the SMR minimum price.

See merge request pregmodfan/fc-pregmod!6965
parents d7e462ed 1e63b083
No related branches found
No related tags found
1 merge request!6965Make the Elite Slave Auction comply with SMRs, and charge at least the SMR minimum price.
...@@ -239,7 +239,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc ...@@ -239,7 +239,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc
<<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.pubertyXX = 1>>
<<set $activeSlave.breedingMark = 1>> <<set $activeSlave.breedingMark = 1>>
<<set _slaveCost = slaveCost($activeSlave)>> <<set _slaveCost = slaveCost($activeSlave, false, true)>>
<br><br> <br><br>
...@@ -254,6 +254,6 @@ It will take <<print cashFormat(_slaveCost)>> to win the auction. ...@@ -254,6 +254,6 @@ It will take <<print cashFormat(_slaveCost)>> to win the auction.
<br><br> <br><br>
<<set $saleDescription = 1>><<include "Long Slave Description">> <<set $saleDescription = 1, $applyLaw = 1>><<include "Long Slave Description">>
<</if>> <</if>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment